-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.7 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.7 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
44
45
46
47
48
49
50
{
"name": "serverless-doom",
"version": "0.1.0",
"bin": {
"serverless-doom": "bin/serverless-doom.js"
},
"scripts": {
"build:kv-iot": "esbuild --bundle ./viewers/kv-iot-server.ts --outfile=./dist/kv-iot-server.js --define:process.env.PACKAGE_VERSION=1 --loader:.wasm=file && cp ./viewers/kv-iot-server.html ./dist",
"cdk": "cdk",
"lint:types": "tsc --noEmit",
"lint:js": "eslint . --ext .ts --max-warnings=0",
"lint": "npm run lint:js && npm run lint:types",
"test": "jest",
"start": "esbuild --bundle ./viewers/*.ts --outdir=./viewers --servedir=./viewers --watch --define:process.env.PACKAGE_VERSION=1 --loader:.wasm=file"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "20.1.7",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"aws-cdk": "2.81.0",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.4"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.344.0",
"@aws-sdk/client-lambda": "^3.354.0",
"@aws-sdk/client-s3": "^3.342.0",
"@aws-sdk/lib-dynamodb": "^3.344.0",
"@sparticuz/chromium": "^113.0.1",
"@types/aws-lambda": "^8.10.115",
"amazon-kinesis-video-streams-webrtc": "^2.0.4",
"aws-cdk-lib": "2.81.0",
"aws-iot-device-sdk-v2": "^1.13.1",
"aws-sdk": "^2.1390.0",
"constructs": "^10.0.0",
"jimp": "^0.22.8",
"puppeteer": "^20.5.0",
"puppeteer-core": "^20.5.0",
"ws": "^8.13.0"
}
}