-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 946 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
38
{
"name": "@scality/module-federation",
"version": "1.3.4",
"description": "",
"main": "build/ModuleFederation.js",
"scripts": {
"build": "tsc --declaration",
"prepare": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scality/module-federation.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/scality/module-federation/issues"
},
"homepage": "https://github.com/scality/module-federation#readme",
"devDependencies": {
"@module-federation/enhanced": "^0.2.2",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"jest": "^27.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"publishConfig": {
"access": "public"
}
}