-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.37 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
47
48
49
50
51
52
53
54
55
56
{
"name": "view-model-serve",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "nodemon src/index.js --exec babel-node",
"build": "babel src -d dist",
"serve": "node dist/index.js",
"test": "mocha --compilers js:babel-register"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-register": "6.11.6",
"babel-runtime": "6.25.0",
"mocha": "6.1.3",
"nodemon": "1.18.11"
},
"dependencies": {
"@koa/cors": "2.2.3",
"@nswbmw/kless": "2.0.1",
"bluebird": "3.5.3",
"config-lite": "2.1.0",
"date-fns": "1.28.5",
"faker": "4.1.0",
"immer": "3.1.3",
"ioredis": "4.3.0",
"ioredis-ratelimit": "2.0.1",
"js-base64": "2.1.9",
"jsonwebtoken": "8.4.0",
"kcors": "2.2.1",
"koa": "2.3.0",
"koa-body": "4.0.6",
"koa-bodyparser": "4.2.0",
"koa-compose": "4.1.0",
"koa-helmet": "4.0.0",
"koa-jwt": "3.5.1",
"koa-logger": "3.2.0",
"koa-res": "3.1.1",
"koa-router": "7.2.1",
"lodash": "4.17.11",
"lokijs": "1.5.6",
"md5": "2.2.1",
"moment": "2.23.0",
"mongolass": "4.4.2",
"node-fetch": "^2.3.0",
"request": "2.88.0",
"request-promise": "4.2.2",
"tracer": "0.9.8",
"validator": "10.11.0"
}
}