-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "@typed/frontend-gateway-server",
"version": "0.0.0",
"description": "REST-powered frontend gateway",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/TylorS/frontend-gateway.git"
},
"keywords": [
"Frontend",
"Gateway",
"Composable",
"microfrontend"
],
"author": "Tylor Steinberger <[email protected]>",
"license": "Parity-6.0.0",
"bugs": {
"url": "https://github.com/TylorS/frontend-gateway/issues"
},
"homepage": "https://github.com/TylorS/frontend-gateway#readme",
"peerDependencies": {
"tslib": "^1.10.0"
},
"sideEffects": false,
"devDependencies": {
"@types/body-parser": "1.19.0",
"@types/compression": "1.7.0",
"@types/cors": "2.8.10",
"@types/express": "4.17.12",
"pm2": "5.0.0",
"tslib": "1.14.1"
},
"dependencies": {
"@typed/env": "1.0.5",
"@typed/http": "1.0.5",
"@typed/lambda": "1.0.5",
"@typed/list": "4.0.5",
"@typed/logic": "4.0.5",
"@typed/objects": "4.0.5",
"@typed/routing": "1.0.5",
"@typed/uuid": "3.0.6",
"body-parser": "1.19.0",
"compression": "1.7.4",
"cors": "2.8.5",
"express": "4.17.1"
}
}