UNPKG

2.11 kBJSONView Raw
1{
2 "name": "egg-bin",
3 "version": "4.4.1",
4 "description": "egg developer tool",
5 "main": "index.js",
6 "bin": {
7 "egg-bin": "bin/egg-bin.js",
8 "mocha": "bin/mocha.js"
9 },
10 "dependencies": {
11 "autod": "^3.0.1",
12 "chalk": "^2.3.1",
13 "co-mocha": "^1.2.1",
14 "common-bin": "^2.7.1",
15 "debug": "^3.1.0",
16 "detect-port": "^1.2.2",
17 "egg-utils": "^2.3.0",
18 "globby": "^8.0.1",
19 "inspector-proxy": "^1.2.1",
20 "intelli-espower-loader": "^1.0.1",
21 "mocha": "^5.0.1",
22 "mz-modules": "^2.1.0",
23 "nyc": "^11.4.1",
24 "power-assert": "^1.4.4",
25 "semver": "^5.5.0",
26 "test-exclude": "^4.2.0",
27 "ypkgfiles": "^1.5.0"
28 },
29 "devDependencies": {
30 "autod": "^3.0.1",
31 "babel": "^6.3.26",
32 "babel-preset-airbnb": "^1.0.1",
33 "babel-register": "^6.4.3",
34 "coffee": "^4.1.0",
35 "cross-env": "^3.1.3",
36 "egg": "^1.8.0",
37 "egg-ci": "^1.8.0",
38 "egg-mock": "^3.14.0",
39 "enzyme": "^2.0.0",
40 "eslint": "^4.12.1",
41 "eslint-config-egg": "^7.0.0",
42 "jsdom": "^8.0.1",
43 "mm": "^2.2.0",
44 "mz": "^2.7.0",
45 "react": "^0.14.7",
46 "react-addons-test-utils": "^0.14.7",
47 "react-dom": "^0.14.7",
48 "semver": "^5.4.1"
49 },
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/eggjs/egg-bin.git"
53 },
54 "bug": {
55 "url": "https://github.com/eggjs/egg/issues"
56 },
57 "homepage": "https://github.com/eggjs/egg-bin",
58 "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
59 "scripts": {
60 "lint": "eslint .",
61 "pkgfiles": "node bin/egg-bin.js pkgfiles",
62 "test": "npm run lint -- --fix && npm run test-local",
63 "test-local": "node bin/egg-bin.js test -t 3600000",
64 "cov": "nyc -r lcov -r text-summary npm run test-local",
65 "ci-test-only": "TESTS=test/lib/cmd/cov.test.js npm run test-local",
66 "ci": "npm run lint && npm run pkgfiles -- --check && npm run autod -- --check && npm run ci-test-only && npm run cov",
67 "autod": "node bin/egg-bin.js autod"
68 },
69 "engines": {
70 "node": ">= 6.0.0"
71 },
72 "files": [
73 "index.js",
74 "lib",
75 "bin"
76 ],
77 "ci": {
78 "version": "6, 8"
79 }
80}