{ "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", "debug": "node -r dotenv/config src/index.js dotenv_config_path=.env" }, "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.7", "websocket-polyfill": "^0.0.3" }, "devDependencies": { "prisma": "^5.6.0" } }