-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@ljadenwongl/mp-cli",
"version": "1.0.8",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "miniapp-env",
"main": "index.js",
"scripts": {
"gulp": "gulp",
"prettier": "prettier --config ./.prettierrc --write ./src/**/*.{js,json,less}"
},
"keywords": [
"miniapp-env-cli",
"mp-cli"
],
"bin": {
"mp-cli": "./bin/index.js"
},
"author": "Jaden.W <jaden_wong@icloud.com>",
"license": "MIT",
"dependencies": {
"ansi-colors": "^3.2.4",
"commander": "^2.19.0",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-string-replace": "^1.1.2",
"gulp-watch": "^5.0.1",
"inquirer": "^6.2.0",
"postcss-px2rpx": "^0.0.4",
"shelljs": "^0.8.3",
"stream-combiner2": "^1.1.1",
"write-pkg": "^3.2.0",
"wx-px2rpx": "^1.2.2"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}