-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 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
{
"name": "aliyun-product-js-sdk",
"version": "2.0.2",
"description": "aliyun third party product",
"main": "dist/aliyun-product.min.js",
"scripts": {
"clean": "rimraf library dist es",
"prepublish": "npm run clean && npm run build",
"posttest": "npm run lint",
"lint": "eslint src test",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/xiaohesong/aliyun-product-js-sdk.git"
},
"files": [
"es",
"library",
"dist"
],
"keywords": [
"aliyun",
"ocr",
"or",
"other",
"third",
"party",
"product"
],
"author": "xiaohesong",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiaohesong/aliyun-product-js-sdk/issues"
},
"homepage": "https://github.com/xiaohesong/aliyun-product-js-sdk#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"rimraf": "^2.6.2",
"rollup": "^1.3.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-terser": "^4.0.4"
},
"dependencies": {
"@babel/runtime": "^7.3.4"
}
}