-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
39
40
41
42
43
44
{
"name": "discordbot-ts",
"version": "1.0.0",
"description": "",
"main": "bot.ts",
"scripts": {
"start": "ts-node deploy-commands.ts && ts-node bot.ts",
"debug": "ts-node bot.ts",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.0.0",
"@discordjs/voice": "^0.16.0",
"@types/node": "^20.2.0",
"axios": "^1.4.0",
"canvas": "^2.11.0",
"chart.js": "^3.9.1",
"chartjs-node-canvas": "^4.1.6",
"discord-api-types": "^0.37.42",
"discord.js": "^14.0.4-dev.1658491502-74ec7be.0",
"dotenv": "^16.3.1",
"libsodium-wrappers": "^0.7.10",
"pg": "^8.11.3",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/pg": "^8.10.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^2.5.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
}
}