{
  "name": "@jortizsao/persistgraphql",
  "version": "0.3.11",
  "description": "A build tool for GraphQL projects.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "typescript": {
    "definition": "lib/index.d.ts"
  },
  "scripts": {
    "pretest": "npm run compile",
    "test": "mocha --reporter spec --full-trace lib/test/tests.js",
    "posttest": "npm run lint",
    "compile": "tsc",
    "lint": "tslint -c tslint.json test/**/*.ts; tslint src/**/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Poincare/apollo-query-whitelisting.git"
  },
  "author": "Dhaivat Pandya",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Poincare/persistgraphql/issues"
  },
  "homepage": "https://github.com/Poincare/persistgraphql#readme",
  "bin": {
    "persistgraphql": "./bin/persistgraphql"
  },
  "dependencies": {
    "apollo-client": "^1.1",
    "graphql": ">=0.9.4 <0.11",
    "graphql-tag": "^2.0.0",
    "lodash": "^4.17.4",
    "redis": "^2.8.0",
    "whatwg-fetch": "^2.0.3",
    "yargs": "^7.1.0"
  },
  "devDependencies": {
    "@types/chai": "^3.5.1",
    "@types/express": "^4.0.35",
    "@types/lodash": "^4.14.63",
    "@types/mocha": "^2.2.41",
    "@types/node": "^7.0.14",
    "@types/redis": "^2.8.13",
    "@types/yargs": "^6.6.0",
    "chai": "^3.5.0",
    "es6-promise": "^4.1.0",
    "fetch-mock": "^5.10.0",
    "isomorphic-fetch": "^2.2.1",
    "mocha": "^3.3.0",
    "source-map-support": "^0.4.15",
    "tslint": "^5.1.0",
    "typescript": "^2.3.1"
  },
  "optionalDependencies": {
    "@types/graphql": "^0.9.0",
    "@types/isomorphic-fetch": "0.0.34"
  }
}
