forked from doniel-t/uwu-botv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "uwubotv2",
"version": "2.1.0",
"description": "",
"main": "./src/start.ts",
"scripts": {
"main": "ts-node .",
"main-ws": "ts-node . ws",
"dev": "ts-node . dev",
"dev-ws": "ts-node . dev ws"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.8.0",
"bufferutil": "^4.0.6",
"cleverbot-free": "^1.1.10",
"discord-api-types": "^0.37.1",
"discord.js": "^14.6.0",
"dotenv": "^16.0.0",
"erlpack": "github:discord/erlpack",
"ffmpeg-static": "^4.4.1",
"fs": "^0.0.1-security",
"libsodium-wrappers": "^0.7.10",
"ping": "^0.4.1",
"require-dir": "^1.2.0",
"snoowrap": "^1.23.0",
"soundcloud-scraper": "^5.0.2",
"utf-8-validate": "^5.0.9",
"ws": "^8.5.0",
"ytdl-core": "^4.11.2",
"ytpl": "^2.3.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/ping": "^0.4.1",
"@types/require-dir": "^1.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}