-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 789 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
{
"name": "devgenius",
"version": "0.1.0",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"postinstall": "cd lib/edge-lambda && npm install && cd ../../ && pip3 install -r lib/layer/requirements.txt -t lib/layer/python/",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "27.5.1",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"@babel/core": "7.26.10",
"aws-cdk": "2.1007.0",
"jest": "29.7.0",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"cdk-nag": "2.34.2",
"typescript": "5.8.2"
},
"dependencies": {
"aws-cdk-lib": "2.191.0",
"constructs": "10.4.2",
"js-yaml": "3.14.1",
"source-map-support": "0.5.21",
"yaml-convert": "1.0.0",
"yargs": "17.7.2"
}
}