40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "discord-ttt-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf build",
|
|
"watch": "yarn run clean && yarn run build -- -w",
|
|
"monitor": "nodemon build/index.js",
|
|
"start": "yarn run build && node build/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/rest": "^0.1.0-canary.0",
|
|
"axios": "^0.24.0",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"discord-api-types": "^0.24.0",
|
|
"discord.js": "^13.3.1",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"jest": "^27.3.1",
|
|
"typescript": "^4.4.4",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.1",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
"@typescript-eslint/parser": "^5.3.0",
|
|
"nodemon": "^2.0.14",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|