-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 947 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 947 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
25
26
27
28
29
30
31
32
33
34
{
"name": "agnostic_push_notifications",
"version": "0.1.0",
"bin": {
"agnostic_push_notifications": "bin/agnostic_push_notifications.js"
},
"scripts": {
"build": "tsc",
"test": "jest",
"watch": "tsc -w",
"cdk": "cdk",
"layer-install": "cd ./lambda/push_microservice_layer && npm i",
"aws-deploy": "cdk deploy",
"cdk-destroy": "cdk destroy"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@aws-cdk/assert": "^2.68.0",
"@types/node": "10.17.27",
"aws-cdk": "^2.94.0",
"ts-jest": "^29.2.5",
"ts-node": "^8.1.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.405.0",
"@aws-sdk/client-secrets-manager": "^3.405.0",
"aws-cdk-lib": "^2.94.0",
"axios": "^1.7.7",
"constructs": "^10.0.0",
"lambda-keep-alive": "github:HyperSense-Software/lambda-keep-alive-trigger#development",
"source-map-support": "^0.5.16"
}
}