-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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": "SKBot",
"type": "module",
"dependencies": {
"@acupofjose/noodle": "^1.5.1",
"@schneefux/lame": "git+https://github.com/schneefux/node-lame.git",
"@turf/turf": "^5.1.6",
"async": "^2.6.3",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"formidable": "^1.2.2",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^11.12.0",
"matrix-js-sdk": "^12.5.0",
"mv": "^2.1.1",
"node-expat": "^2.4.0",
"node-icu-charset-detector": "^0.2.0",
"node-mv": "^0.1.3",
"node-opus": "^0.3.3",
"node-telegram-bot-api": "^0.30.0",
"promise": "^8.1.0",
"re-require-module": "^1.0.2",
"request": "^2.88.2",
"s": "^1.0.0",
"say": "^0.16.0",
"soundcloud-api-client": "0.0.9",
"soundcloud-audio": "^1.4.0",
"twitch": "^4.1.3",
"twitch-chat-client": "^4.1.3",
"xml2json": "^0.12.0",
"youtube-audio-stream": "0.0.50",
"ytdl": "^1.3.5",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5"
}
}