-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 583 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 583 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
{
"name": "@e2e/aws-lambda",
"version": "0.0.3",
"private": true,
"scripts": {
"build": "node scripts/bundle.js",
"e2e": "ts-node -r tsconfig-paths/register scripts/e2e.ts"
},
"dependencies": {
"@e2e/shared-scripts": "0.0.0",
"@whatwg-node/fetch": "^0.10.0",
"aws-lambda": "1.0.7"
},
"devDependencies": {
"@pulumi/aws": "6.68.0",
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.148.0",
"@types/aws-lambda": "8.10.147",
"esbuild": "0.24.2",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.7.3"
}
}