UNPKG

2.33 kBJSONView Raw
1{
2 "author": {
3 "name": "liuyuanyang",
4 "email": "liuyuanyangscript@gmail.com",
5 "url": "https://github.com/hoperyy"
6 },
7 "bugs": {
8 "url": "https://github.com/weidian-inc/bio-core/issues",
9 "email": "liuyuanyangscript@gmail.com"
10 },
11 "bundleDependencies": false,
12 "dependencies": {
13 "anymatch": "^2.0.0",
14 "chalk": "^2.3.2",
15 "child-process-close": "^0.1.1",
16 "chokidar": "^1.7.0",
17 "co": "^4.6.0",
18 "co-exec": "^1.1.0",
19 "co-wait": "0.0.0",
20 "colors": "^1.1.2",
21 "commander": "2.9.0",
22 "copy-paste": "^1.3.0",
23 "coveralls": "^3.0.0",
24 "find-process": "^1.1.0",
25 "fs-extra": "^2.1.2",
26 "get-npm-package-version": "^1.0.0",
27 "get-port": "^3.1.0",
28 "inquirer": "^3.2.2",
29 "is-relative": "^1.0.0",
30 "kill-port": "^1.0.0",
31 "lodash": "^4.17.4",
32 "md5": "^2.2.1",
33 "md5-file": "^3.1.1",
34 "node-static": "^0.7.10",
35 "open": "0.0.5",
36 "ora": "^1.3.0",
37 "pre-commit": "^1.2.2",
38 "procfs-stats": "^1.0.2",
39 "progress-bar": "^0.1.1",
40 "ps-node": "^0.1.6",
41 "readdir-enhanced": "^1.5.2",
42 "recursive-readdir-sync": "^1.0.6",
43 "registry-url": "^3.1.0",
44 "semver": "^5.5.0",
45 "shelljs": "^0.8.1",
46 "socket.io": "^2.0.4",
47 "sync-directory": "^1.0.9",
48 "url-parse": "^1.1.9"
49 },
50 "deprecated": false,
51 "description": "bio-core",
52 "devDependencies": {
53 "babel-eslint": "^8.2.2",
54 "chai": "^4.1.2",
55 "eslint": "^4.7.2",
56 "eslint-config-airbnb": "^16.1.0",
57 "eslint-config-airbnb-base": "^12.0.0",
58 "eslint-config-vue": "^2.0.2",
59 "eslint-plugin-import": "^2.7.0",
60 "eslint-plugin-jsx-a11y": "^6.0.3",
61 "eslint-plugin-lean-imports": "^0.3.3",
62 "eslint-plugin-react": "^7.7.0",
63 "eslint-plugin-vue": "^4.3.0",
64 "istanbul": "^0.4.5",
65 "mocha": "^3.5.3"
66 },
67 "engines": {
68 "node": ">=8.9.1"
69 },
70 "pre-commit": {
71 "run": [
72 "lint"
73 ]
74 },
75 "homepage": "https://github.com/weidian-inc/bio-core",
76 "keywords": [
77 "bio",
78 "cli",
79 "build"
80 ],
81 "name": "bio-core",
82 "repository": {
83 "type": "git",
84 "url": "https://github.com/weidian-inc/bio-core"
85 },
86 "scripts": {
87 "lint": "eslint bin/** core/** index.js",
88 "test": "istanbul cover _mocha test/*",
89 "coverage": "cat ./coverage/lcov.info | coveralls"
90 },
91 "version": "1.1.7"
92}