-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 837 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 837 Bytes
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
{
"name": "@sensoro/umi-plugin-qiankun-dynamic-module",
"version": "1.1.0",
"description": "dynamic module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"dev": "redbud dev",
"build": "redbud build",
"test": "jest",
"release": "walrus release"
},
"dependencies": {
"@sensoro/babel-plugin-dynamic-module": "1.2.0",
"@umijs/types": "^3.5.32",
"@umijs/utils": "^3.5.32"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.4.0",
"@umijs/test": "^4.0.52",
"@walrus/cli": "^1.3.4",
"@walrus/plugin-release": "^1.14.3",
"jest": "^29.4.3",
"redbud": "^1.6.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}