{
  "name": "create-graphql-guru",
  "version": "0.0.5",
  "description": "Command line scaffolding and generator for Graphql Guru",
  "main": "dist/guru.js",
  "bin": {
    "guru": "./dist/guru.js"
  },
  "scripts": {
    "build": "node ./node_modules/@graphql-guru/babel-tasks/tasks.js",
    "watch": "npm run build -- -w",
    "lint": "eslint --quiet './src' || true",
    "test": "ava --fail-fast src/__tests__",
    "test:spec": "ava src/__tests__ -v",
    "test:watch": "watch 'npm run test' ./src"
  },
  "author": "Otis Virginie",
  "keywords": [
    "cli",
    "generator",
    "scaffolding",
    "schemas",
    "resolvers",
    "graphql",
    "guru",
    "graphql-guru",
    "graphql.guru",
    "express",
    "nodejs"
  ],
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.5.0",
    "chalk": "^2.0.1",
    "commander": "^2.9.0",
    "shelljs": "^0.7.8",
    "to-camel-case": "^1.0.0",
    "to-snake-case": "^1.0.0"
  },
  "devDependencies": {
    "@graphql-guru/babel-tasks": "^1.0.0",
    "ava": "^0.21.0",
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.2",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "eslint": "^4.3.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "rimraf": "^2.6.1",
    "source-map-support": "^0.4.14",
    "tap-difflet": "^0.7.0",
    "tap-min": "^1.2.1",
    "watch": "^1.0.2",
    "yarn": "^0.27.5"
  }
}
