FiatjafBuzz/package.json

18 lines
343 B
JSON
Raw Normal View History

2025-01-24 15:12:02 +03:00
{
"name": "bot",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "src/index.js",
"scripts": {
"dev": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nostr-dev-kit/ndk": "^2.11.0",
"node-cron": "^3.0.3"
}
}