{
  "name": "graphql-composer-typeorm",
  "version": "1.0.1",
  "description": "TypeORM plugin for graphql-composer-decorators",
  "main": "build/Main.js",
  "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 .."
  },
  "author": "Owen Calvin",
  "dependencies": {
    "graphql-composer": "^1.0.63",
    "graphql-composer-decorators": "^1.0.20",
    "typeorm": "^0.2.25"
  },
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "@types/node": "^14.0.13",
    "@typescript-eslint/eslint-plugin": "^3.3.0",
    "@typescript-eslint/parser": "^3.3.0",
    "apollo-server": "^2.14.5",
    "eslint": "^7.3.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "jest": "^26.0.1",
    "mysql": "^2.18.1",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.0",
    "ts-node": "^8.10.2",
    "tslib": "^2.0.0",
    "typescript": "^3.9.5"
  }
}
