-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "folody",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "tsc && uglifyjs-folder ./build --output ./index.min.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/index.js",
"dev": "ts-node index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cookie": "^0.4.1",
"dgram": "^1.0.1",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"events": "^3.3.0",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.11",
"node-fetch": "^2.6.0",
"opusscript": "^0.0.8",
"prism-media": "^1.3.5",
"sha1": "^1.1.1",
"soundcloud-downloader": "^1.0.0",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/cookie": "^0.4.0",
"@types/express": "^4.17.17",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node-fetch": "^2.5.7",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"uglifyjs-folder": "^3.3.0"
}
}