functioning start

This commit is contained in:
2025-10-21 22:40:42 -04:00
commit 480de70b39
6 changed files with 1726 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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"
}
}