-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 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
{
"name": "d4rkbot",
"version": "4.2.0",
"description": "Discord Bot made with typescript and eris",
"main": "./build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/davidffa/D4rkBot.git"
},
"author": "David Amorim",
"license": "Apache-2.0",
"engines": {
"node": ">=18.17.0",
"yarn": ">=1.22.19"
},
"scripts": {
"start": "node --expose-gc .",
"dev": "tsnd --expose-gc --transpile-only --ignore-watch node_modules --respawn src/index.ts",
"build": "tsc && cp -r ./src/assets ./build"
},
"devDependencies": {
"@types/color-thief-node": "^1.0.4",
"@types/figlet": "^1.5.8",
"@types/node": "^22.5.2",
"@types/sbd": "^1.0.5",
"@types/xml2js": "^0.4.14",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"bufferutil": "^4.0.8",
"canvas": "^2.11.2",
"cheerio": "^1.0.0",
"color-thief-node": "^1.0.4",
"dotenv": "^16.4.5",
"figlet": "^1.7.0",
"mathjs": "^13.1.1",
"mongoose": "8.5.3",
"oceanic.js": "^1.11.2",
"sbd": "^1.0.19",
"steam-provider": "^0.3.2",
"unicode-emoji-json": "^0.6.0",
"utf-8-validate": "^6.0.4",
"vulkava": "^1.6.3",
"xml2js": "^0.6.2",
"zlib-sync": "^0.1.9"
}
}