-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 2.03 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
65
66
67
{
"name": "prox",
"version": "1.0.0",
"description": "Your Most Amazing Assistant",
"main": "bot.js",
"author": "crazyscouter",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"@google-cloud/speech": "^3.6.0",
"@types/node": "^14.18.13",
"body-parser": "^1.20.0",
"bufferutil": "^4.0.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"discord.js": "^12.5.3",
"dotenv": "^8.6.0",
"erlpack": "^0.1.4",
"eslint": "^6.8.0",
"express": "^4.17.3",
"express-github-webhook": "^1.0.6",
"fast-xml-parser": "^3.21.1",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"html-entities": "^2.3.3",
"libsodium-wrappers": "^0.7.10",
"mathjs": "^9.5.2",
"minecraft-server-util": "^3.7.2",
"module-alias": "^2.2.2",
"mongoose": "^5.13.14",
"node-fetch": "^2.6.7",
"node-opus": "^0.3.3",
"node-witai-speech": "^1.0.2",
"opusscript": "0.0.8",
"path": "^0.12.7",
"regression": "^2.0.1",
"request": "^2.88.2",
"shelljs": "^0.8.5",
"socket.io": "^4.4.1",
"soundcloud-downloader": "^1.0.0",
"spotify-web-api-node": "^5.0.2",
"string-similarity": "^4.0.4",
"ts-node": "^9.1.1",
"tspath": "^1.3.7",
"underscore": "^1.13.2",
"utf-8-validate": "^5.0.9",
"winston": "^3.7.2",
"youtube-music-api": "^1.0.6",
"youtube-playlist": "^1.0.4",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.11.0",
"ytdl-core-discord": "^1.3.1"
},
"scripts": {
"start": "node ./dist/bot.js",
"build": "tsc",
"dev": "ts-node ./dist/bot.js",
"format": "prettier-standard '**/*.ts'",
"postbuild": "ts-node ./build.ts"
},
"devDependencies": {
"@types/express": "4.17.11",
"@types/node-fetch": "^2.6.1",
"prettier": "2.2.1",
"typescript": "4.2.2"
}
}