{
  "name": "enjoy-monster",
  "version": "1.8.7",
  "description": "A GraphQL extension library which implement both query and mutation.",
  "main": "dist/index.js",
  "types": "dist/@types/index.d.ts",
  "scripts": {
    "build": "npm run build:clean && tsc",
    "build:clean": "rm -rf ./dist",
    "test": "node dist/test/app.js",
    "lint": "tslint --project tsconfig.json --config tslint.json"
  },
  "keywords": [
    "graphql",
    "mutation",
    "mysql",
    "query",
    "engineering"
  ],
  "author": "IdanLoo <personal@siwei.lu>",
  "license": "ISC",
  "peerDependencies": {
    "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0"
  },
  "dependencies": {
    "graphql": "^0.11.7",
    "join-monster": "^2.0.15",
    "knex": "^0.14.2",
    "sqlstring": "^2.3.0"
  },
  "devDependencies": {
    "@types/knex": "^0.0.68",
    "@types/koa": "^2.0.43",
    "@types/koa-router": "^7.0.27",
    "graphql-iso-date": "^3.4.0",
    "graphql-server-koa": "^1.3.2",
    "koa": "^2.4.1",
    "koa-bodyparser": "^4.2.0",
    "koa-router": "^7.3.0",
    "mysql": "^2.15.0",
    "nodemon": "^1.14.8",
    "tslint": "^5.9.1",
    "typescript": "^2.7.1"
  }
}
