-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "win0bot-one",
"version": "2.46.3",
"description": "a Winor bot",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "npx tsc",
"prestart": "npm run build",
"helm-start": "npx prisma migrate deploy && npm run start"
},
"author": "Winor",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"prisma": "^4.1.1",
"typescript": "^4.4.2"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.11.0",
"@prisma/client": "^4.1.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "^14.14.44",
"discord.js": "^14.3.0",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"ffmpeg-static": "^4.4.0",
"install": "^0.13.0",
"libsodium-wrappers": "^0.7.9",
"npm": "^7.24.2",
"puppeteer": "^15.3.2",
"telegraf": "^4.8.6",
"youtube-dl-exec": "^2.1.4",
"ytdl-core": "4.10.0",
"ytsr": "^3.8.0"
}
}