-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 951 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 951 Bytes
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
{
"name": "jedi-bot",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"repository": "",
"author": "fowi",
"license": "MIT",
"scripts": {
"start": "node src | pino-pretty",
"dev": "nodemon src | pino-pretty",
"lint": "eslint .",
"test": "yarn lint",
"mongopatch": "mongopatch"
},
"dependencies": {
"async-local-storage": "^2.1.0",
"config": "^3.0.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"lodash": "^4.17.15",
"mongodb": "^3.1.13",
"node-env-manager": "^1.1.0",
"pino": "^5.11.1",
"telegra.ph": "^1.0.1",
"telegraf": "^3.27.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"mocha": "^5.2.0",
"mongopatch": "^2.0.2",
"nock": "^10.0.6",
"pino-pretty": "^2.5.0",
"pre-commit": "^1.2.2"
}
}