UNPKG

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