{
  "name": "@kbrandwijk/swagger-to-graphql",
  "version": "2.4.3",
  "author": "Roman Krivtsov",
  "contributors": [
    "Kim Brandwijk <kim.brandwijk@gmail.com>"
  ],
  "bin": "./bin/swagger2graphql",
  "peerDependencies": {
    "graphql": "^0.12.0 || ^0.13.0"
  },
  "dependencies": {
    "babel-runtime": "^6.25.0",
    "isomorphic-fetch": "^2.2.1",
    "js-yaml": "^3.8.4",
    "json-schema-ref-parser": "^3.1.2",
    "lodash": "^4.16.4",
    "node-request-by-swagger": "^1.0.6",
    "request": "^2.75.0",
    "request-promise": "^4.1.1",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-syntax-flow": "^6.18.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-es5": "^1.1.0",
    "eslint-plugin-react": "^6.5.0",
    "express": "^4.15.3",
    "express-graphql": "^0.6.6",
    "flow-bin": "^0.47.0",
    "graphql": "^0.12.3",
    "mocha": "^3.1.2"
  },
  "keywords": [
    "graphql",
    "swagger"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib",
    "lint": "eslint src/",
    "prepublish": "npm run build",
    "start": "node example/app.js",
    "test": "mocha"
  }
}
