-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "bircle",
"version": "1.0.0",
"description": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.30",
"bun-types": "^1.0.4-canary.20231003T140149",
"discord.js": "^14.7.0"
},
"dependencies": {
"@discordjs/rest": "^0.4.1",
"@discordjs/voice": "^0.11.0",
"@iamtraction/google-translate": "^2.0.1",
"@types/cheerio": "^0.22.31",
"@types/htmlparser2": "^3.10.3",
"@types/jimp": "^0.2.28",
"@types/lodash": "^4.14.191",
"@types/sharp": "^0.32.0",
"@types/ws": "^8.5.5",
"cheerio": "^1.0.0-rc.10",
"discord-api-types": "^0.31.2",
"google-translate-api": "^2.3.0",
"gpt4all": "^2.1.1-alpha",
"jimp": "^0.16.1",
"lemmy-js-client": "^0.17.2-rc.24",
"libsodium-wrappers": "^0.7.10",
"lodash": "^4.17.21",
"nan": "^2.17.0",
"neovim": "^4.10.1",
"nodemailer": "^6.9.16",
"openai": "^3.1.0",
"sharp": "^0.32.6",
"translate-google": "^1.5.0",
"ts-node": "^10.9.1",
"ws": "^8.13.0",
"ytdl-core": "^4.11.0"
}
}