slides.sigit.io/package.json
2024-10-06 22:10:35 +01:00

31 lines
718 B
JSON

{
"name": "slides.sigit.io",
"version": "1.0.0",
"description": "SIGit - Secure & Private Agreements",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"berlin": "marp ./slides/2024berlin.md -o ./2024berlin/index.html --html=true"
},
"repository": {
"type": "git",
"url": "https://git.nostrdev.com/sigit/slides.sigit.io"
},
"keywords": [
"nostr",
"sigit"
],
"author": "nostrdev.com",
"license": "MIT",
"bugs": {
"url": "https://git.nostrdev.com/sigit/slides.sigit.io/issues"
},
"homepage": "https://slides.sigit.io",
"dependencies": {
"@marp-team/marp-cli": "^4.0.0"
}
}