18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|