Files
rentall-app/lambdas/shared/package.json
2026-01-13 17:14:19 -05:00

18 lines
367 B
JSON

{
"name": "@rentall/lambda-shared",
"version": "1.0.0",
"description": "Shared utilities for Rentall Lambda functions",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-ses": "^3.896.0",
"@aws-sdk/client-scheduler": "^3.896.0",
"pg": "^8.16.3"
},
"devDependencies": {
"jest": "^30.1.3"
},
"scripts": {
"test": "jest"
}
}