-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 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
{
"name": "aws-organizations-vending-machine",
"version": "0.1.0",
"bin": {
"aws-organizations-vending-machine": "bin/aws-organizations-vending-machine.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "^2.63.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.19",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.4.0",
"typescript": "~4.9.5"
},
"dependencies": {
"@aws-cdk/aws-apigatewayv2-alpha": "^2.63.2-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.63.2-alpha.0",
"aws-cdk": "^2.63.2",
"aws-cdk-lib": "^2.63.2",
"constructs": "^10.1.242",
"esbuild": "^0.17.5",
"source-map-support": "^0.5.16"
}
}