forked from macacajs/macaca-datahub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.72 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
65
66
67
68
69
{
"name": "macaca-datahub",
"version": "1.0.51",
"description": "Continuous data provider for development, testing, staging and production.",
"bin": {
"datahub": "./bin/datahub.js",
"macaca-datahub": "./bin/datahub.js"
},
"main": "./index.js",
"dependencies": {
"ajv": "^6.4.0",
"co": "^4.6.0",
"commander": "^2.12.2",
"datahub-view": "^1.0.8",
"egg": "^2.0.0",
"egg-i18n": "^2.0.0",
"egg-scripts": "^2.4.0",
"egg-sequelize": "^3.1.0",
"koa-compose": "^4.0.0",
"macaca-doctor": "^2.0.5",
"macaca-logo": "^1.0.0",
"mz": "^2.7.0",
"npm-update": "^1.0.6",
"request": "^2.85.0",
"semver": "^5.5.0",
"socket.io": "^2.0.4",
"sqlite3": "^3.1.13",
"xutil": "^1.0.11"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"deep-diff": "^0.3.8",
"egg-bin": "^4.3.6",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.1",
"eslint": "^4.12.1",
"eslint-config-egg": "^5.1.1",
"git-contributor": "^1.0.8",
"pre-commit": "^1.2.2",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"dev": "./bin/datahub.js server -c ./macaca-datahub.config.js --verbose",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint . --fix",
"ci": "npm run lint && npm run cov",
"autod": "autod",
"contributor": "git-contributor"
},
"pre-commit": [
"lint"
],
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": "git://github.com/macacajs/macaca-datahub.git"
},
"homepage": "https://macacajs.github.io/macaca-datahub",
"license": "MIT"
}