-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "trihammer",
"version": "2.7.1",
"main": "dist/src/index.js",
"engines": {
"node": "20.x",
"npm": "10.x"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.17.0",
"@invidjs/invid-js": "github:k2helix/InvidJS",
"@sentry/node": "^7.119.0",
"bufferutil": "^4.0.8",
"canvas": "^2.11.2",
"cheerio": "^1.0.0",
"child_process": "^1.0.2",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"erlpack": "^0.1.4",
"glitch-canvas": "^1.1.12",
"google-translate-api-x": "^10.7.1",
"japaneasy": "github:Trunks8257/japaneasy",
"libsodium-wrappers": "^0.7.15",
"match-sorter": "^6.3.4",
"mathjs": "^12.4.3",
"megadb": "^3.4.0",
"moment-timezone": "^0.5.45",
"mongoose": "^5.13.22",
"node-schedule": "^2.1.1",
"node-superfetch": "github:k2helix/node-superfetch",
"play-dl": "github:Yoduh/play-dl-test",
"utf-8-validate": "^6.0.4",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@types/got": "^9.6.12",
"@types/node": "^20.14.2",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"scripts": {
"compile": "tsc",
"start": "npm install && node --optimize_for_size --max_old_space_size=460 --gc_interval=100 dist/src/index.js",
"startUpt": "git pull && npm install && node --optimize_for_size --max_old_space_size=460 --gc_interval=100 dist/src/index.js",
"debug": "tsc && node dist/src/index.js"
},
"keywords": [
"discord",
"typescript",
"music",
"bot"
],
"workspaces": [
"neko-melody"
],
"author": "k2helix"
}