-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 KB
/
package.json
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
{
"name": "aws-mediaconnect-multiviewer",
"version": "0.0.0",
"description": "A multiviewer for AWS MediaConnect flows.",
"main": "index.js",
"scripts": {
"deploy": "cdk deploy --app 'ts-node infra/stack.ts'",
"destroy": "cdk destroy --app 'ts-node infra/stack.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeykilpatrick/aws-mediaconnect-multiviewer.git"
},
"author": "Joey Kilpatrick",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeykilpatrick/aws-mediaconnect-multiviewer/issues"
},
"homepage": "https://github.com/joeykilpatrick/aws-mediaconnect-multiviewer#readme",
"dependencies": {
"@types/aws-lambda": "^8.10.112",
"@types/node": "^18.14.6",
"aws-cdk": "^2.67.0",
"aws-cdk-lib": "^2.67.0",
"aws-sdk": "^2.1335.0",
"class-transformer": "^0.5.1",
"class-transformer-validator": "^0.9.1",
"class-validator": "^0.14.0",
"constructs": "^10.1.267",
"esbuild": "^0.17.11",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}