{
  "name": "graphql-centaur",
  "version": "0.4.7",
  "description": "GraphQL -> anything. Use GraphQL as your source of truth.",
  "main": "lib/index.js",
  "author": "Artur Czemiel",
  "license": "MIT",
  "bin": {
    "graphql-centaur": "lib/index.js",
    "centaur": "lib/index.js"
  },
  "scripts": {
    "build": "ttsc",
    "start": "ttsc --watch",
    "editor": "zeus https://project-api.graphqleditor.com/graphql ./src -n --ts",
    "plop": "plop"
  },
  "devDependencies": {
    "@types/bson": "^4.0.0",
    "@types/express": "^4.17.3",
    "@types/graphql": "^14.2.3",
    "@types/inquirer": "^6.5.0",
    "@types/node": "^13.13.5",
    "@types/node-fetch": "^2.5.5",
    "@types/qs": "^6.9.1",
    "@types/yargs": "^15.0.4",
    "@typescript-eslint/eslint-plugin": "^2.9.0",
    "@typescript-eslint/parser": "^2.9.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-prettier": "^3.1.1",
    "plop": "^2.7.4",
    "prettier": "^2.0.5",
    "ts-node": "^8.3.0",
    "ttypescript": "^1.5.12",
    "typescript": "^4.0.3",
    "typescript-transform-paths": "^2.0.1"
  },
  "dependencies": {
    "express": "^4.17.1",
    "graphql-zeus": "^3.0.0-17",
    "ibm-graphql-query-generator": "^1.1.0",
    "inquirer": "^7.0.0",
    "inquirer-autocomplete-prompt": "^1.0.2",
    "node-fetch": "^2.6.0",
    "open": "^7.0.2",
    "qs": "^6.9.1",
    "yargs": "^15.3.1"
  }
}
