-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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": "@thunderso/cdk-spa",
"version": "0.11.0",
"description": "CDK Library for provisioning infrastructure for Single Page Applications.",
"tags": [
"aws",
"cdk",
"spa",
"typescript"
],
"type": "module",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/thunder-so/cdk-spa.git"
},
"author": {
"name": "CloudBits, Inc.",
"url": "https://www.thunder.so",
"organization": true
},
"license": "Apache-2.0",
"scripts": {
"cdk": "cdk",
"build": "tsc -b .",
"clean": "tsc -b --clean",
"watch": "tsc -b -w"
},
"bin": {
"cdk-spa-init": "cdk-spa-init.mjs"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "22.4.0",
"aws-cdk": "2.150.0",
"ts-node": "^10.9.2",
"tsx": "^4.17.0",
"typescript": "~5.5.4"
},
"dependencies": {
"@aws-solutions-constructs/core": "^2.65.0",
"aws-cdk-lib": "2.150.0",
"constructs": "^10.3.0",
"shelljs": "^0.8.5",
"source-map-support": "^0.5.21",
"yaml": "^2.5.0"
}
}