{
  "name": "aws-lambda-graphql-appsync",
  "version": "1.0.0-alpha.16.9",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/alexcheema/aws-lambda-graphql/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alexcheema/aws-lambda-graphql"
  },
  "sideEffects": false,
  "keywords": [
    "apollo",
    "aws",
    "lambda",
    "apollo",
    "graphql",
    "subscriptions",
    "apigateway",
    "websocket",
    "http",
    "graphql-subscriptions",
    "serverless"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "description": "Apollo server for AWS Lambda with WebSocket subscriptions support over API Gateway v1 + v2)",
  "dependencies": {
    "@types/aws-lambda": "^8.10.61",
    "@types/ioredis": "^4.17.3",
    "apollo-server-core": "^2.17.0",
    "apollo-server-lambda": "^2.17.0",
    "aws-sdk": "^2.746.0",
    "iterall": "^1.3.0",
    "ulid": "^2.3.0"
  },
  "peerDependencies": {
    "graphql": "^15.3.0",
    "graphql-subscriptions": "^1.1.0",
    "ioredis": "^4.17.3"
  },
  "engines": {
    "node": ">=10"
  },
  "engineStrict": true,
  "devDependencies": {
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.10",
    "apollo-link": "^1.2.14",
    "aws-appsync": "^3.0.3",
    "aws-appsync-subscription-link": "^2.2.0",
    "graphql-tag": "^2.11.0",
    "graphql-tools": "^6.2.0",
    "mock-socket": "^9.0.3",
    "subscriptions-transport-ws": "^0.9.18",
    "wait-for-expect": "^3.0.2"
  },
  "scripts": {
    "prebuild": "rimraf dist && rimraf tsconfig.tsbuildinfo",
    "build": "tsc -p .",
    "prepublishOnly": "rimraf dist && rimraf tsconfig.tsbuildinfo && tsc -p ."
  }
}
