forked from suanmei/callapp-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.57 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
{
"name": "callapp-lib",
"version": "2.1.8",
"description": "call native webview from webpage",
"main": "dist/index.umd.js",
"scripts": {
"start": "rollup -c",
"build": "npm run start && git add ."
},
"husky": {
"hooks": {
"pre-commit": "npm start",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/suanmei/callapp-lib.git"
},
"keywords": [
"rollup",
"callapp",
"schema",
"scheme",
"universalLink",
"intent",
"native",
"h5"
],
"author": {
"name": "suanmei",
"email": "[email protected]",
"url": "https://suanmei.github.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/suanmei/callapp-lib/issues"
},
"homepage": "https://github.com/suanmei/callapp-lib#readme",
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"husky": "^1.1.1",
"rollup": "^0.68.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^6.0.0"
},
"browserslist": [
"Android > 4",
"IOS >= 7",
"last 4 versions",
"ie >= 10"
]
}