-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "midori",
"type": "module",
"version": "5.0.0",
"description": "advanced modular discord.js bot/framework",
"main": "index.js",
"author": "kurisubrooks",
"license": "SEE LICENSE IN LICENSE.md",
"repository": "kurisubrooks/midori",
"scripts": {
"start": "node --experimental-specifier-resolution=node --no-warnings index",
"lint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"@discordjs/rest": "^0.5.0",
"canvas": "^2.9.1",
"chalk": "^5.0.1",
"cheerio": "^1.0.0-rc.11",
"core-worker": "^0.3.5",
"discord-api-types": "^0.33.3",
"discord.js": "^14.0.2",
"google-dictionary-api": "^1.0.8",
"googletrans": "^1.0.4",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.34",
"node-fetch": "^3.2.5",
"request-promise": "^4.2.6",
"sequelize": "^6.20.1",
"socket.io-client": "^4.5.1",
"sqlite3": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"eslint": "^8.17.0"
}
}