{
  "name": "data-api-local-serverless",
  "version": "1.0.0-alpha.2",
  "description": "Serverless plugin to start an Aurora Serverless Data API emulator for local development.",
  "homepage": "https://github.com/marcgreenstock/data-api-suite/tree/master/packages/data-api-local-serverless",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcgreenstock/data-api-suite.git",
    "directory": "packages/data-api-local-serverless"
  },
  "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 && rm -f tsconfig.build.tsbuildinfo",
    "compile": "tsc -b tsconfig.build.json  --force --verbose",
    "prepare": "npm run build"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^12.12.14",
    "@types/serverless": "^1.18.4",
    "serverless": "^1.60.4",
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "chalk": "^3.0.0",
    "data-api-local": "1.0.0-alpha.2"
  },
  "peerDependencies": {
    "serverless-offline": "^5.x"
  },
  "gitHead": "40a1e25aa858d53695b0db5802894f1cac97e8f4"
}
