Files
illegitimate-bot/package.json
2024-01-13 16:52:48 +01:00

43 lines
1.2 KiB
JSON

{
"name": "illegitimate-bot",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "node dist/src/index.js",
"build": "tsc",
"watch": "tsc -w",
"dev": "nodemon",
"dev:js": "nodemon --config nodemon-js.json dist/src/index.js",
"dev:build": "ts-node scripts/dev-deploy.ts",
"dev:delete": "ts-node scripts/delete-commands.ts",
"format": "prettier --write src/",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"prod:build": "ts-node scripts/deploy-commands.ts"
},
"author": "Taken",
"license": "GPL-3.0-only",
"dependencies": {
"axios": "^1.6.5",
"chalk": "^4.1.2",
"cron": "^3.1.6",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"ioredis": "^5.3.2",
"mongoose": "^8.0.4",
"ms": "^2.1.3",
"pretty-ms": "^8.0.0"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"prettier": "^3.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}