-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 950 Bytes
/
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
{
"name": "weex-dingtalk",
"version": "0.1.4",
"description": "🔥 Dingtalk Weex Js Api SDK",
"main": "dist/weex-dingtalk-min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"es5": "node ./build/build.js build",
"flow": "flow check",
"dev": "node ./build/build.js dev --watch",
"build": "npm run flow && npm run es5 && node ./build/build.js dev"
},
"repository": {
"type": "git",
"url": "[email protected]:icepy/weex-dingtalk.git"
},
"author": "icepy",
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
"flow-bin": "^0.42.0",
"rollup": "^0.41.6",
"rollup-plugin-alias": "^1.2.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^3.2.2"
}
}