-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
45
46
47
48
49
50
{
"name": "discord-wizard",
"version": "1.1.0",
"main": "index.js",
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "14.x.x",
"yarn": "1.22.x"
},
"scripts": {
"build:dev": "yarn run tsc -p ./tsconfig.json",
"build:watch": "yarn run tsc -w -p ./tsconfig.json",
"start:dev": "yarn ts-node index.ts",
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"axios": "^0.21.1",
"bufferutil": "^4.0.3",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"erlpack": "^0.1.3",
"ffmpeg-static": "^4.3.0",
"fs-extra": "^10.0.0",
"libsodium-wrappers": "^0.7.9",
"osm-static-maps": "^3.10.3",
"pg": "^8.6.0",
"puppeteer": "^9.1.1",
"quickchart-js": "^1.0.7",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"utf-8-validate": "^5.0.5",
"winston": "^3.3.3",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/chart.js": "^2.9.32",
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.6.0",
"@types/pg": "^7.14.11",
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.3",
"ts-node": "^9.1.1"
}
}