{
  "name": "graphql-anywhere",
  "version": "3.1.0",
  "description": "Run GraphQL queries with no schema and just one resolver",
  "main": "./lib/src/index.js",
  "typings": "./lib/src/index.d.ts",
  "scripts": {
    "pretest": "npm run compile",
    "test": "npm run testonly --",
    "posttest": "npm run lint",
    "compile": "tsc",
    "watch": "tsc -w",
    "prepublish": "npm run compile",
    "lint": "grunt tslint",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace lib/test/tests.js",
    "postcoverage": "remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info",
    "testonly": "mocha --reporter spec --full-trace lib/test/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "apollographql/graphql-anywhere"
  },
  "keywords": [
    "ecmascript",
    "es2015",
    "jsnext",
    "javascript",
    "relay",
    "npm",
    "react"
  ],
  "author": "Sashko Stubailo <sashko@stubailo.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "3.4.35",
    "@types/isomorphic-fetch": "0.0.33",
    "@types/graphql": "^0.9.0",
    "@types/lodash": "^4.14.37",
    "@types/mocha": "^2.2.32",
    "@types/node": "^7.0.5",
    "@types/react": "^15.0.14",
    "@types/react-dom": "^15.5.0",
    "async": "^2.0.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "es6-promise": "^4.0.5",
    "graphql": "^0.10.0",
    "graphql-tag": "^2.0.0",
    "grunt": "1.0.1",
    "grunt-tslint": "5.0.0",
    "isomorphic-fetch": "^2.2.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.0",
    "react": "^15.3.1",
    "react-dom": "^15.3.1",
    "remap-istanbul": "^0.8.0",
    "source-map-support": "^0.4.0",
    "tslint": "^5.0.0",
    "typescript": "^2.2.1"
  }
}
