31 lines
718 B
JSON
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"
|
|
}
|
|
}
|