-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
77 lines (77 loc) · 2.07 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "antmove",
"version": "1.2.2",
"description": "小程序转换器,基于支付宝/微信小程序转换为多端小程序,让小程序跨平台开发变得简单。",
"main": "src/index.js",
"bin": {
"antmove": "./bin/index"
},
"scripts": {
"pub": "npm publish --access public",
"lint": "eslint --fix ./src"
},
"author": "[email protected]",
"license": "GPL-3.0",
"dependencies": {
"@amove/wx-alipay": "^1.2.2",
"@amove/wx-tt": "^1.2.2",
"@antmove/alipay-baidu": "^1.2.2",
"@antmove/alipay-polyfill": "^1.2.2",
"@antmove/alipay-wx": "^1.2.2",
"@antmove/utils": "^1.2.2",
"@antmove/wx-alipay": "^1.2.2",
"@antmove/wx-baidu": "^1.2.2",
"@antmove/wx-qq": "^1.2.2",
"@antmove/wx-quickapp": "^1.2.2",
"@antmove/wx-tt": "^1.2.2",
"@antmove/wx-wx": "^1.2.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"figlet": "^1.2.3",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
"marked": "^0.7.0",
"minimist": "^1.2.5",
"os": "^0.1.1"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^7.5.0",
"eslint": "^7.4.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-utils": "^1.4.1",
"gulp": "^4.0.1",
"husky": "^1.3.1",
"lerna": "^3.13.3",
"lint-staged": "^10.5.1",
"recursive-readdir": "^2.2.2"
},
"keywords": [
"miniprogram",
"wechat-mini-program",
"alipay-programm",
"miniprogram-frame",
"tool",
"components",
"baidu-miniprogram"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ant-move/antmove"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
},
"gitHead": "d3eab5657b5b44b09cc23402feee06c67e9beef2"
}