{
  "name": "@rizedr/babel-plugin-graphql-js-client-transform",
  "version": "0.0.4",
  "description": "Babel plugin for transforming raw GraphQL queries into graphql-js-client query builder syntax",
  "repository": "rizedr/babel-plugin-graphql-js-client-transform",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "license": "MIT",
  "author": "Shopify Inc.",
  "dependencies": {
    "graphql-to-js-client-builder": "0.0.1"
  },
  "bin": {
    "babel-plugin-graphql-js-client-transform": "./lib/index.js"
  },
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-core": "6.24.1",
    "babel-plugin-add-shopify-header": "1.0.5",
    "babel-preset-shopify": "16.0.2",
    "babel-register": "6.24.1",
    "eslint": "3.3.1",
    "eslint-plugin-shopify": "14.0.0",
    "mocha": "3.4.2"
  },
  "scripts": {
    "test": "yarn run lint && yarn run mocha",
    "mocha": "mocha --compilers js:babel-register -u tdd $([ -n \"${CI}\" ] && echo --reporter xunit --reporter-options output=$CIRCLE_TEST_REPORTS/junit/mocha.xml) test/",
    "prepare": "babel -d lib/ src/",
    "lint": "eslint --max-warnings 0 -c .eslintrc.json $([ -n \"${CI}\" ] && echo -o $CIRCLE_TEST_REPORTS/junit/eslint.xml -f junit) src/ test/"
  },
  "keywords": [
    "graphql,babel"
  ],
  "homepage": "https://github.com/rizedr/babel-plugin-graphql-js-client-transform",
  "bugs": {
    "url": "https://github.com/rizedr/babel-plugin-graphql-js-client-transform/issues"
  }
}
