-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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": "uniapp-weixin-ci",
"version": "0.1.3",
"description": "unixpp自动编译 发布微信小程序",
"main": "src/index.js",
"bin": {
"wxci-publish": "src/index.js"
},
"scripts": {
"postinstall": "node lifecycleScripts/postinstall.js",
"uninstall": "node lifecycleScripts/uninstall.js",
"deploy": "npm version patch && npm publish",
"prepublishOnly": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thetime50/uniapp-weixin-ci.git"
},
"keywords": [
"uniapp",
"weixin",
"ci",
"miniprogram-ci",
"git"
],
"author": "thetime50",
"license": "MIT",
"bugs": {
"url": "https://github.com/thetime50/uniapp-weixin-ci/issues"
},
"homepage": "https://github.com/thetime50/uniapp-weixin-ci#readme",
"devDependencies": {
"colors": "^1.4.0",
"commander": "^8.2.0",
"inquirer": "^8.1.5",
"log-symbols": "^2.2.0",
"minimist": "^1.2.5",
"miniprogram-ci": "^1.6.1",
"ora": "^3.4.0",
"read-package-json-fast": "^2.0.3",
"require-json5": "^1.1.0",
"simple-git": "^2.45.1",
"text-table": "^0.2.0"
}
}