forked from SeamlessDocsDev/microservice-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
57
58
59
60
61
62
63
64
{
"name": "microservice-helper",
"version": "6.6.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"generate-docs": "make generate-docs",
"test": "make test",
"test-db": "make test-db",
"test-microservice": "make test-microservice",
"test-errors": "make test-errors",
"test-cache": "make test-cache",
"prerelease-br": "VERSION_TYPE=br make prerelease",
"prerelease-fe": "VERSION_TYPE=fe make prerelease",
"prerelease-fx": "VERSION_TYPE=fx make prerelease"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bons/microservice-helper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bons/microservice-helper/issues"
},
"homepage": "https://github.com/bons/microservice-helper#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-watch": "^2.0.5",
"chai": "^3.5.0",
"joi": "^10.2.2",
"jsdoc-to-markdown": "^3.0.0",
"json": "^9.0.4",
"mocha": "^3.2.0",
"nsp": "^2.6.3",
"semver": "^5.3.0",
"seneca": "^3.2.2",
"seneca-balance-client": "^0.6.0",
"seneca-basic": "^0.5.0",
"seneca-entity": "^1.3.0",
"seneca-mesh": "^0.9.0",
"seneca-mongo-store": "^1.1.0",
"sinon": "^2.3.5",
"snazzy": "^6.0.0",
"standard": "^9.0.2"
},
"dependencies": {
"app-root-path": "^2.0.1",
"async": "^2.1.4",
"debug": "^2.6.0",
"joi": "^10.2.0",
"joi-objectid": "^2.0.0",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"redis": "^2.7.1"
},
"standard": {
"ignore": [
"/dist/",
"/docs/"
]
}
}