-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "elina-bot",
"version": "1.0.0",
"main": "main.js",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.2.0-canary.0",
"@teyvatdev/node-sdk": "^1.0.7",
"anyanime": "^1.2.25",
"ascii-table": "0.0.9",
"axios": "^0.25.0",
"canvas": "^2.9.0",
"common-tags": "^1.8.0",
"covidapi": "^0.5.0",
"currency-system": "^2.7.1",
"discord-api-types": "^0.26.1",
"discord-gamecord": "^2.0.0",
"discord-player": "^5.2.1",
"discord-rpc": "^3.2.0",
"discord.js": "^13.3.1",
"discord.js-akinator": "^3.3.1",
"dotenv": "^9.0.2",
"express": "^4.18.1",
"fs": "0.0.1-security",
"google-it": "^1.6.2",
"images-scraper": "^6.3.0",
"kitsu": "^10.0.0-alpha.13",
"kitsu.js": "^2.0.0",
"moment-timezone": "^0.5.33",
"mongoose": "^6.4.6",
"node-fetch": "^2.6.1",
"pagination": "^0.4.6",
"popcat-wrapper": "^1.3.7",
"reconlx": "^1.2.41",
"slappey": "^3.0.0",
"undici": "^5.5.1",
"weather-js": "^2.0.0",
"weky": "^3.1.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kurizu",
"license": "ISC",
"description": "Elina bot"
}