UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@alib/build-scripts",
3 "version": "0.1.11",
4 "license": "MIT",
5 "description": "scripts core",
6 "main": "dist/index.js",
7 "types": "dist",
8 "bin": {
9 "build-scripts": "./bin/build-scripts.js"
10 },
11 "files": [
12 "dist",
13 "bin"
14 ],
15 "scripts": {
16 "lint": "eslint --cache --ext .js ./",
17 "lint-fix": "eslint --cache --ext .js ./ --fix",
18 "ci": "npm run lint",
19 "build": "tsc",
20 "prepublishOnly": "npm run build",
21 "start": "tsc -w",
22 "test": "jest"
23 },
24 "engines": {
25 "node": ">=8.6.0",
26 "npm": ">=3.0.0"
27 },
28 "husky": {
29 "hooks": {
30 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
31 }
32 },
33 "dependencies": {
34 "@alifd/fusion-collector": "^1.2.5",
35 "address": "^1.1.0",
36 "camelcase": "^5.3.1",
37 "chalk": "^2.4.1",
38 "commander": "^2.19.0",
39 "deepmerge": "^4.0.0",
40 "detect-port": "^1.3.0",
41 "fs-extra": "^8.1.0",
42 "jest": "^24.9.0",
43 "lodash": "^4.17.15",
44 "npmlog": "^4.1.2",
45 "react-dev-utils": "^9.0.4",
46 "webpack": "^4.27.1",
47 "webpack-dev-server": "^3.7.2",
48 "yargs-parser": "^14.0.0"
49 },
50 "devDependencies": {
51 "@commitlint/cli": "^7.5.2",
52 "@commitlint/config-conventional": "^7.5.0",
53 "@ice/spec": "^0.1.8",
54 "@types/fs-extra": "^8.0.1",
55 "@types/jest": "^24.0.23",
56 "@types/lodash": "^4.14.147",
57 "@types/npmlog": "^4.1.2",
58 "@types/react-dev-utils": "^9.0.1",
59 "@types/semver": "^6.2.0",
60 "@types/webpack": "^4.39.8",
61 "@types/webpack-chain": "^5.2.0",
62 "eslint": "^6.6.0",
63 "husky": "^1.3.1",
64 "package-json": "^6.5.0",
65 "ts-jest": "^24.1.0",
66 "typescript": "^3.7.2"
67 }
68}