{
  "name": "graphql-composer",
  "version": "1.0.65",
  "description": "Create your GraphQL API using composition!",
  "main": "build/Main.js",
  "author": "Owen Calvin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/owencalvin/graphql-composer"
  },
  "bugs": {
    "url": "https://github.com/owencalvin/graphql-composer/issues"
  },
  "contributors": [
    {
      "name": "Owen Calvin",
      "url": "https://github.com/owencalvin"
    }
  ],
  "homepage": "https://owencalvin.github.io/graphql-composer-decorators/",
  "keywords": [
    "typescript",
    "api",
    "graphql",
    "typed",
    "type",
    "query",
    "mutation",
    "subscription",
    "interface",
    "class",
    "library",
    "framework",
    "tool",
    "creation",
    "rest",
    "websocket",
    "koa",
    "controllers",
    "decorators",
    "middlewares"
  ],
  "scripts": {
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --fix --ext .ts",
    "test": "./node_modules/.bin/jest --detectOpenHandles --runInBand",
    "build": "rm -rf build && tsc && cp ./package.json ./build/package.json && cp ./README.md ./build/README.md",
    "publish:npm": "npm run build && cd build && npm publish && cd .."
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/graphql": "^14.5.0",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.13",
    "@types/ws": "^7.2.5",
    "@typescript-eslint/eslint-plugin": "^3.2.0",
    "@typescript-eslint/parser": "^3.2.0",
    "apollo-boost": "^0.4.9",
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.10",
    "apollo-link": "^1.2.14",
    "apollo-link-http": "^1.5.17",
    "apollo-link-ws": "^1.0.20",
    "apollo-server": "^2.14.4",
    "apollo-server-express": "^2.14.4",
    "apollo-utilities": "^1.3.4",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "express": "^4.17.1",
    "graphql-subscriptions": "^1.1.0",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "node-fetch": "^2.6.0",
    "prettier": "^2.0.5",
    "subscriptions-transport-ws": "^0.9.16",
    "ts-jest": "^26.1.0",
    "ts-node": "^8.10.2",
    "tslib": "^2.0.0",
    "typescript": "^3.9.6",
    "ws": "^7.3.0"
  },
  "dependencies": {
    "graphql": "^15.1.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  }
}
