UNPKG

4.25 kBJSONView Raw
1{
2 "name": "miniprogram-ci",
3 "version": "1.0.44",
4 "description": "pre compilation module about the miniProgram / miniGame projgstect extracted from WeChatDevtools.",
5 "main": "dist/index.js",
6 "types": "dist/@types/index.d.ts",
7 "scripts": {
8 "init": "git submodule init && git submodule update",
9 "submodule": "git submodule init && git submodule update",
10 "dev": "npm run init && rm -rf dist && gulp copy && tsc -w --sourceMap",
11 "beta": "npm run init && rm -rf dist && tsc && gulp copy && node ./task/afterbuild.js && npm run test",
12 "build": "npm run bb && npm run report",
13 "bb": "npm run init && rm -rf dist && tsc && gulp build && node ./task/afterbuild.js ",
14 "bbwin": " tsc && gulp build && node ./task/afterbuild.js ",
15 "testlandun": "echo 'haha'",
16 "test": "nyc --reporter=text npm run mocha",
17 "report": "nyc --reporter=html npm run mocha",
18 "mocha": "mocha --reporter mochawesome --exit || true",
19 "build-json-schema": "node ./schema/task/build.js && gulp copy-schema",
20 "tslint": "tslint --project .",
21 "mochawin": "mocha --reporter mochawesome --reporter-options reportFilename=result_win --exit || exit /b 0",
22 "mochamac": "mocha --reporter mochawesome --reporter-options reportFilename=result_mac --exit || true",
23 "mochalinux": "mocha --reporter mochawesome --reporter-options reportFilename=result_linux --exit || true"
24 },
25 "repository": {
26 "type": "git",
27 "url": ""
28 },
29 "bin": {
30 "miniprogram-ci": "./bin/miniprogram-ci.js"
31 },
32 "author": "canhuang",
33 "license": "MIT",
34 "devDependencies": {
35 "@tencent/tslint-config-wxapp": "0.0.2",
36 "@types/autoprefixer": "^9.6.1",
37 "@types/babel-code-frame": "^6.20.2",
38 "@types/babel-core": "^6.25.6",
39 "@types/babel__core": "^7.1.3",
40 "@types/cssnano": "^4.0.0",
41 "@types/fs-extra": "^8.0.0",
42 "@types/glob": "^7.1.1",
43 "@types/html-minifier": "^3.5.3",
44 "@types/lodash": "^4.14.144",
45 "@types/node": "^12.7.12",
46 "@types/read-package-tree": "^5.2.0",
47 "@types/request": "^2.48.3",
48 "@types/uglify-js": "^3.0.4",
49 "@types/yargs": "^13.0.3",
50 "chai": "^4.2.0",
51 "chai-as-promised": "^7.1.1",
52 "gulp": "^4.0.2",
53 "gulp-terser": "^1.2.0",
54 "mocha": "^6.2.2",
55 "mochawesome": "^4.1.0",
56 "nyc": "^14.1.1",
57 "typescript": "^3.8.3",
58 "typescript-json-schema": "^0.41.0",
59 "zlib": "^1.0.5"
60 },
61 "dependencies": {
62 "@babel/core": "7.4.3",
63 "@babel/helper-module-imports": "7.0.0",
64 "@babel/plugin-proposal-class-properties": "7.4.0",
65 "@babel/plugin-proposal-decorators": "7.4.0",
66 "@babel/plugin-proposal-do-expressions": "7.2.0",
67 "@babel/plugin-proposal-export-default-from": "7.2.0",
68 "@babel/plugin-proposal-export-namespace-from": "7.2.0",
69 "@babel/plugin-proposal-function-bind": "7.2.0",
70 "@babel/plugin-proposal-function-sent": "7.2.0",
71 "@babel/plugin-proposal-json-strings": "7.2.0",
72 "@babel/plugin-proposal-logical-assignment-operators": "7.2.0",
73 "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.3",
74 "@babel/plugin-proposal-numeric-separator": "7.2.0",
75 "@babel/plugin-proposal-optional-chaining": "7.2.0",
76 "@babel/plugin-proposal-pipeline-operator": "7.3.2",
77 "@babel/plugin-proposal-throw-expressions": "7.2.0",
78 "@babel/plugin-syntax-dynamic-import": "7.2.0",
79 "@babel/plugin-syntax-import-meta": "7.2.0",
80 "@babel/plugin-transform-runtime": "7.4.3",
81 "@babel/preset-env": "7.4.3",
82 "acorn": "^6.1.1",
83 "autoprefixer": "^7.2.6",
84 "babel-code-frame": "6.26.0",
85 "babel-core": "6.26.0",
86 "babel-preset-es2015": "6.24.1",
87 "babel-preset-stage-0": "6.24.1",
88 "cssnano": "4.1.10",
89 "fs-extra": "8.1.0",
90 "get-proxy": "^2.1.0",
91 "glob": "7.1.2",
92 "html-minifier": "4.0.0",
93 "jimp": "^0.9.3",
94 "jsonschema": "^1.2.5",
95 "jszip": "^3.4.0",
96 "lodash": "^4.17.15",
97 "minimatch": "3.0.4",
98 "postcss": "^7.0.27",
99 "qrcode-reader": "^1.0.4",
100 "qrcode-terminal": "^0.12.0",
101 "read-package-tree": "5.2.1",
102 "request": "2.81.0",
103 "rimraf": "^3.0.2",
104 "source-map": "0.6.1",
105 "terser": "3.17.0",
106 "tslib": "1.10.0",
107 "uglify-js": "3.0.27",
108 "wxml-minifier": "0.0.1",
109 "yargs": "^15.0.2"
110 }
111}
\No newline at end of file