Files
cockinator/package.json
Kira 5b24cf324f
All checks were successful
Build and Push Docker Image / build (push) Successful in 48s
actually get profile picture rotation
discord.js was outdated and it was making the client token reset every time i set a pfp,
so this was taking forever to figure out because i dont understand packages
2026-03-11 23:27:36 -04:00

28 lines
599 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.25.1",
"fs": "^0.0.1-security"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"eslint": "^9.24.0"
}
}