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

19 lines
483 B
JSON

{
"name": "condition-check-reminder-lambda",
"version": "1.0.0",
"description": "Lambda function for sending condition check reminder emails",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-scheduler": "^3.896.0",
"@rentall/lambda-shared": "file:../shared"
},
"devDependencies": {
"dotenv": "^17.2.3",
"jest": "^30.1.3"
},
"scripts": {
"test": "jest",
"local": "node -r dotenv/config test-local.js dotenv_config_path=.env.dev"
}
}