{
  "name": "data-api-local",
  "version": "1.0.0-alpha.4",
  "description": "AWS Aurora Serverless Data API emulator for local development.",
  "homepage": "https://github.com/marcgreenstock/data-api-suite/tree/master/packages/data-api-local",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcgreenstock/data-api-suite.git",
    "directory": "packages/data-api-local"
  },
  "bugs": {
    "url": "https://github.com/marcgreenstock/data-api-suite/issues"
  },
  "keywords": [
    "AWS Aurora Serverless Data API",
    "Serverless",
    "Plugin",
    "Local",
    "Offline",
    "Postgres",
    "PostgreSQL"
  ],
  "main": "lib/index.js",
  "types": "lib/index",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf ./lib",
    "compile": "tsc -b tsconfig.build.json  --force --verbose",
    "prepare": "npm run build"
  },
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.19.0",
    "express": "^4.17.1",
    "http-errors": "^1.7.3",
    "pg": "^8.7.1",
    "uuid": "^3.4.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.3",
    "@types/http-errors": "^1.6.3",
    "@types/node": "^13.9.3",
    "@types/pg": "^7.14.3",
    "@types/uuid": "^3.4.8",
    "aws-sdk": "^2.644.0",
    "jest": "^25.1.0",
    "typescript": "^3.8.3"
  },
  "gitHead": "44f32fc04c96fdbc882b215654b1e9a5515f8f12"
}
