-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "overseer-bot",
"version": "0.0.2",
"description": "A discord bot for MAGIC Bois.",
"main": "./dist/index.js",
"scripts": {
"start": "node ./dist/index.js",
"test": "jest",
"debug": "env NODE_ENV=development node -r ts-node/register -r dotenv/config src/index.ts dotenv_config_path=./envs/local/local.env",
"debug-win": "node -r ts-node/register -r dotenv/config src/index.ts dotenv_config_path=./envs/local/local.env",
"build": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^14.1.2",
"firebase-admin": "^8.13.0",
"jimp": "^0.16.1",
"mkdirp": "^1.0.4",
"profanease": "^1.1.2",
"sharp": "^0.31.2",
"typescript": "^4.4.4"
},
"devDependencies": {
"@types/cheerio": "^0.22.22",
"@types/jest": "^24.9.1",
"@types/node": "^16.11.7",
"@types/sharp": "^0.31.0",
"@types/ws": "^7.4.0",
"dotenv": "^6.2.0",
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"ts-node": "^10.9.1",
"tslint": "^5.20.1"
}
}