forked from hellos3b/sjbha-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "sjbha-bot",
"version": "0.1.0",
"description": "SJBHA Bot",
"main": "app.js",
"author": "sebby",
"scripts": {
"start": "node -r babel-core/register app.js",
"dev": "NODE_ENV=development node -r babel-core/register app.js",
"web": "NODE_ENV=web node -r babel-core/register app.js",
"admin": "NODE_ENV=admin node -r babel-core/register app.js"
},
"dependencies": {
"ascii-table": "0.0.9",
"axios": "^0.18.1",
"babel-preset-node6": "^11.0.0",
"body-parser": "^1.18.2",
"chalk": "^2.4.1",
"chrono": "^1.0.5",
"chrono-node": "^1.3.5",
"deepmerge": "^2.1.1",
"discord.io": "github:woor/discord.io#gateway_v6",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"image-downloader": "^3.4.1",
"lodash": "^4.17.13",
"moment": "^2.22.0",
"moment-timezone": "^0.5.26",
"mongoose": "^5.7.5",
"mustache": "^2.3.0",
"node-cron": "^1.2.1",
"require-text": "0.0.1",
"sillyid": "^0.2.2",
"vanilla-js-calendar": "^1.0.10",
"winston": "^2.4.1",
"wretch": "^1.7.1"
},
"devDependencies": {
"@types/node": "^10.12.18"
}
}