-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 878 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
36
37
{
"name": "fiction-bot",
"version": "1.0.0",
"description": "",
"main": "start.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"basic-ftp": "^4.6.6",
"discord-fetch-all": "^3.0.2",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"iconv-lite": "^0.6.3",
"jimp": "^0.16.1",
"lodash.clonedeep": "^4.5.0",
"lodash.keyby": "^4.6.0",
"lodash.merge": "^4.6.2",
"mysql": "^2.18.1",
"request": "^2.88.2",
"winston": "^3.3.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erleiuat/fiction-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/erleiuat/fiction-bot/issues"
},
"homepage": "https://github.com/erleiuat/fiction-bot#readme"
}