-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "prismo",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev" : "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"@iamtraction/google-translate": "^2.0.1",
"@kirdock/discordjs-voice-recorder": "^1.0.4",
"@top-gg/sdk": "^3.1.6",
"axios": "^1.3.6",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheshire": "github:Deivu/Cheshire#2.0.2",
"cors": "^2.8.5",
"discord-actions": "^1.2.12",
"discord-gamecord": "^4.4.1",
"discord-hybrid-sharding": "^2.1.2",
"discord-image-generation": "^1.4.25",
"discord-tictactoe": "^4.2.0",
"discord.js": "^14.13.0",
"discord.js-akinator": "^4.1.2",
"express": "^4.18.2",
"https": "^1.0.0",
"libsodium-wrappers": "^0.7.11",
"moment": "^2.29.4",
"mongoose": "^8.0.0",
"ms": "^2.1.3",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.9",
"pretty-ms": "^7.0.1",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"eslint": "^8.38.0"
}
}