-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1017 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
32
33
34
35
36
37
{
"name": "manager",
"version": "1.0.0",
"description": "将日常前端开发的复杂场景进行二次封装,提升工作效率",
"type": "module",
"scripts": {
"test": "jest --watch",
"build": "rollup -c --bundleConfigAsCjs"
},
"mode": "./lib/manager.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/huihuiha/manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huihuiha/manager/issues"
},
"homepage": "https://github.com/huihuiha/manager#readme",
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-typescript": "^10.0.1",
"@types/jest": "^29.2.4",
"babel-jest": "^29.0.3",
"jest": "^29.0.3",
"rollup": "^3.2.5",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}