-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
{
"name": "example-lambda",
"version": "0.0.1",
"bin": {
"cdk-starter": "bin/remotion-cdk-starter.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"lint": "eslint . --ext js,jsx,ts,tsx --fix"
},
"dependencies": {
"@aws-cdk/aws-apigatewayv2-alpha": "^2.50.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-authorizers-alpha": "^2.50.0-alpha.0",
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.50.0-alpha.0",
"@remotion/lambda": "^3.3.33",
"aws-cdk-lib": "2.50.0",
"constructs": "^10.1.147",
"remotion": "^3.3.33",
"semver": "7.3.5",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.108",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"aws-cdk": "^2.50.0",
"aws-lambda": "^1.0.7",
"esbuild": "^0.15.12",
"eslint": "^8.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}