-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "discord-soundbox-bot",
"version": "0.2.0",
"description": "",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
"start": "npm run build && node dist/src/index.js",
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "commit-and-tag-version",
"postinstall": "patch-package"
},
"author": "",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"body-parser": "^1.20.2",
"chokidar": "^3.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"discord-api-types": "^0.37.41",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"env-var": "^7.1.1",
"express": "^4.17.2",
"ffmpeg-static": "^4.2.7",
"fuse.js": "^6.6.2",
"libsodium-wrappers": "^0.7.9",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"moment": "^2.29.4",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"slash-create": "^5.12.0",
"ts-node": "^10.4.0",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.165",
"@types/node": "^14.6.0",
"commit-and-tag-version": "^11.2.1"
}
}