{
  "name": "graphql-ast-tools",
  "version": "0.2.3",
  "description": "Tools for the GraphQL Abstract Syntax Tree",
  "main": "./cjs/index.js",
  "repository": "https://github.com/coralproject/graphql-ast-tools",
  "author": "The Coral Project Team <coral@mozillafoundation.org>",
  "license": "Apache-2.0",
  "module": "./lib/index.js",
  "jsnext:main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "lib",
    "cjs"
  ],
  "devDependencies": {
    "@types/mocha": "^2.2.44",
    "cash-rm": "^0.2.0",
    "chai": "^4.1.2",
    "cross-env": "^5.1.1",
    "graphql": "^0.11.7",
    "graphql-tag": "^2.5.0",
    "gulp": "^3.9.1",
    "gulp-jsonlint": "^1.2.0",
    "gulp-replace": "^0.6.1",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-tslint": "^8.1.2",
    "gulp-typescript": "^3.2.3",
    "merge2": "^1.2.0",
    "mocha": "^4.0.1",
    "npm-run-all": "^4.1.2",
    "nyc": "^11.3.0",
    "ts-node": "^3.3.0",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2"
  },
  "dependencies": {
    "apollo-utilities": "^1.0.3"
  },
  "scripts": {
    "all": "npm-run-all -l -p lint test build",
    "build": "gulp",
    "lint": "gulp lint",
    "clean": "rm -r -f lib cjs coverage",
    "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc mocha --opts mocha.opts",
    "prepublish": "npm-run-all clean all"
  }
}
