{
  "name": "@aws-prototype/api-lambda",
  "version": "0.0.0",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "private": true,
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist node_modules",
    "watch": "tsc -w",
    "test": "jest",
    "lint": "eslint --max-warnings 0  .",
    "lint:fix": "eslint --fix ."
  },
  "license": "MIT",
  "dependencies": {
    "@aws-prototype/shared-types": "0.0.0",
    "@aws-sdk/client-dynamodb": "^3.53.0",
    "@aws-sdk/client-lambda": "^3.54.0",
    "@aws-sdk/client-resource-groups-tagging-api": "^3.58.0",
    "@aws-sdk/client-s3": "^3.54.1",
    "@aws-sdk/client-ssm": "^3.58.0",
    "@aws-sdk/s3-request-presigner": "^3.54.1",
    "aws-lambda-router": "^0.11.0",
    "body-parser": "^1.20.0",
    "bson": "^4.6.1",
    "dynamodb-data-types": "^4.0.0",
    "express": "^4.18.1",
    "tsoa": "^4.1.1",
    "typescript": "^4.6.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.92",
    "@types/node": "^17.0.21"
  }
}
