Files
cockinator/package.json
2025-10-21 22:40:42 -04:00

29 lines
626 B
JSON

{
"name": "cockbot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CesiumCs/cockbot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CesiumCs/tornbot/issues"
},
"homepage": "https://github.com/CesiumCs/tornbot#readme",
"description": "",
"dependencies": {
"discord.js": "^14.18.0",
"fs": "^0.0.1-security",
"node-cron": "^3.0.3"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"eslint": "^9.24.0"
}
}