Files
illegitimate-bot/package.json
Taken e798ed1003 Bug fix
Signed-off-by: Taken <taken@mairimashita.org>
2023-09-11 19:21:08 +02:00

21 lines
485 B
JSON

{
"name": "illegitimate-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"dev:build": "node scripts/dev-deploy.js",
"prod:build:global": "node scripts/deploy-commands.js --prod",
"prod:build:user": "node scripts/deploy-commands.js --dev"
},
"author": "Taken",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"mongoose": "^7.0.1"
}
}