-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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": "flashbot",
"version": "0.9.0",
"description": "[![Codacy Badge](https://api.codacy.com/project/badge/Grade/debbd11ee96447e2bb9522ac60acb880)](https://www.codacy.com/app/comjun04/flashbot?utm_source=github.com&utm_medium=referral&utm_content=comjun04/flashbot&utm_campaign=Badge_Grade)",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"install": "node install"
},
"keywords": [],
"author": "comjun04",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"compare-versions": "^3.6.0",
"discord.js": "^12.1.1",
"express": "^4.17.0",
"hangul-js": "^0.2.6",
"i18n": "^0.10.0",
"minimist": "^1.2.5",
"moment-timezone": "^0.5.31",
"uuid-random": "^1.3.0"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comjun04/flashbot.git"
},
"bugs": {
"url": "https://github.com/comjun04/flashbot/issues"
},
"homepage": "https://github.com/comjun04/flashbot#readme",
"optionalDependencies": {
"knex": "^0.21.2",
"mysql": "^2.18.1",
"pg": "^8.2.1"
}
}