-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "discordgamelinter",
"version": "1.0.0",
"main": "dist/index.js",
"author": "Mohamed Belkamel",
"license": "AGPL-3.0",
"private": true,
"types": "src/@types",
"dependencies": {
"@sentry/node": "^6.3.4",
"@sentry/tracing": "^6.3.4",
"axios": "^0.21.2",
"discord.js": "^12.5.1",
"lodash": "^4.17.21",
"lyrics-parse": "^1.1.0",
"qs": "^6.9.4",
"query-string": "^6.13.8",
"redis": "^3.1.1",
"validator": "^13.5.2",
"ytdl-core": "^4.5.0",
"ytdl-core-discord": "^1.2.5",
"ytpl": "^2.0.4",
"ytsr": "^3.2.1"
},
"devDependencies": {
"@discordjs/opus": "^0.3.3",
"@types/lodash": "^4.14.167",
"@types/qs": "^6.9.5",
"@types/redis": "^2.8.28",
"@types/validator": "^13.1.2",
"typescript": "*"
},
"engines": {
"node": ">=14"
},
"scripts": {
"start": "node .",
"prestart": "yarn run build",
"build": "tsc -p ."
}
}