-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 875 Bytes
/
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
{
"name": "discord-userapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/rest": "^2.2.0",
"@iamtraction/google-translate": "^2.0.1",
"axios": "^1.7.7",
"cjp": "^2.3.1",
"color-name-lib": "^1.0.1",
"convjp": "^1.0.0",
"discord-api-types": "^0.37.102",
"discord.js": "^13.17.1",
"displus": "^2.2.1",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"galjp": "^4.0.0",
"google-finance-quote": "^2.0.2",
"isgd-api": "^1.1.1",
"jimp": "^0.22.12",
"latest-yahoo-news": "^2.1.2",
"makeitaquote": "^7.0.3",
"node-fetch": "^2.7.0",
"randplus": "^5.1.2",
"unlimited-ai": "^2.0.2"
}
}