32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"name": "butlerbotng",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"register-slash-commands": "node src/register-slash-commands.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.3t.network/terriblecodeclub/butlerbotng.git"
|
|
},
|
|
"author": "Butlersaurus",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"date-fns": "^3.6.0",
|
|
"discord.js": "^14.16.1",
|
|
"dotenv": "^16.4.5",
|
|
"glob": "^11.0.0",
|
|
"mongodb": "^6.8.1",
|
|
"prettier": "^3.3.3",
|
|
"replicate": "^0.32.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.9.1"
|
|
}
|
|
}
|