-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 837 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 837 Bytes
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
{
"name": "weui-aliapp",
"version": "1.0.0",
"description": "weui alipay mini app components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "antmove wx-alipay -i ./wx/weui -o ./alipay/WeUI-AliApp",
"build-baidu": "antmove alipay-baidu -i ./alipay/WeUI-AliApp -o ./baidu/WeUI-BaiduApp",
"build-npm": "rm -rf dist && babel alipay/weui -d dist",
"pub": "npm run build && npm publish"
},
"files": [
"dist"
],
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "amap-appx@service.autonavi.com",
"license": "GPL-3.0"
}