-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "@ybj/zlb-sdk",
"version": "1.0.1",
"description": "封装 浙里办 JSSDK 的 npm 库",
"main": "dist/cjs/index.js",
"module": "dist/es/index.esm.js",
"scripts": {
"bundle": "rollup --config",
"build": "npm run bundle"
},
"types": "dist/es/index.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:ybj-fe/ybj-zlb-sdk.git"
},
"files": [
"dist"
],
"publishConfig": {
"registry": "http://npm.zjjf.org.cn"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.5.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"tslib": "^2.0.0",
"typescript": "^3.9.3",
"uglify-js": "^3.9.4"
}
}