-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 849 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": "root",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/xaaxaax/aws-lambda-extensions.git"
},
"scripts": {
"nx": "nx",
"clean:all": "nx run-many --target=prebuild --output-style static --skip-nx-cache",
"build:all": "nx run-many --target=build --output-style static --skip-nx-cache",
"app:dev:all": "nx run-many --target=app:dev --output-style static --skip-nx-cache --require-approval never"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.14.1",
"aws-cdk": "^2.1010.0",
"aws-cdk-lib": "^2.190.0",
"constructs": "^10.4.2",
"esbuild": "^0.25.2",
"nx": "^20.8.0",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"dependencies": {
"source-map-support": "^0.5.21"
}
}