noauthd/package.json

24 lines
560 B
JSON

{
"name": "noauthd",
"version": "0.1.0",
"description": "noauth daemon - server side of noauth nostr key manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "artur@nostr.band",
"license": "MIT",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.4.0",
"@prisma/client": "^5.6.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"web-push": "^3.6.6",
"websocket-polyfill": "^0.0.3"
},
"devDependencies": {
"prisma": "^5.6.0"
}
}