32 lines
701 B
JSON
32 lines
701 B
JSON
{
|
|
"name": "tornbot",
|
|
"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/tornbot.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/CesiumCs/tornbot/issues"
|
|
},
|
|
"homepage": "https://github.com/CesiumCs/tornbot#readme",
|
|
"description": "",
|
|
"dependencies": {
|
|
"canvas": "^3.2.0",
|
|
"discord.js": "^14.18.0",
|
|
"express": "^5.2.1",
|
|
"fs": "^0.0.1-security",
|
|
"node-cron": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.24.0",
|
|
"eslint": "^9.39.1",
|
|
"globals": "^16.5.0"
|
|
}
|
|
}
|