{
  "name": "single_delivery",
  "version": "1.0.0",
  "description": "Single delivery information",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js",
    "dev": "nodemon index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.112.0",
    "@aws-sdk/client-secrets-manager": "^3.112.0",
    "axios": "^0.27.2",
    "date-fns": "^2.24.0",
    "express": "^4.18.1",
    "node-fetch": "^3.2.6",
    "nodemon": "^2.0.16",
    "pg": "^8.7.3",
    "request": "^2.88.2"
  },
  "devDependencies": {
    "serverless-deployment-bucket": "^1.6.0"
  }
}
