-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "mpapi",
"version": "0.2.2",
"description": "小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序、字节跳动小程序",
"main": "lib/mpapi.js",
"scripts": {
"dev": "NODE_ENV=development webpack --watch --config webpack.config --colors",
"build": "npm run doc && NODE_ENV=production webpack --config webpack.config --colors",
"doc": "node ./doc.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/ChanceYu/mpapi.git"
},
"files": [
"lib"
],
"keywords": [
"mpapi",
"weapp",
"wechat",
"alipay",
"api",
"mini-program"
],
"author": "ChanceYu <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"fs-extra": "^8.0.1",
"linebyline": "^1.3.0",
"uglify-js": "^3.1.3",
"underscore": "^1.9.1",
"webpack": "^3.6.0",
"moment": "^2.24.0"
},
"bugs": {
"url": "https://github.com/ChanceYu/mpapi/issues"
},
"homepage": "https://github.com/ChanceYu/mpapi#readme"
}