-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 Bytes
/
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
35
36
37
{
"name": "thinq-notifier",
"version": "1.1.13",
"bin": {
"thinq-notifier": "bin/thinq-notifier.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"pretest": "npm run build",
"test": "jest",
"cdk": "cdk",
"predeploy": "npm run build",
"deploy": "cdk deploy"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^14.18.61",
"@types/uuid": "^8.3.4",
"aws-cdk": "^2.96.2",
"aws-cdk-lib": "^2.96.2",
"constructs": "^10.2.70",
"esbuild": "^0.19.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.414.0",
"@aws-sdk/client-ssm": "^3.414.0",
"axios": "^0.27.2",
"homebridge": "^1.6.1",
"homebridge-lg-thinq": "^1.5.4",
"source-map-support": "^0.5.21"
}
}