{
  "name": "@pottersresort/graphql-s2s",
  "version": "0.16.4",
  "description": "Transpile an enriched GraphQL string schema (e.g. support for metadata, inheritance, generic types, ...) into the standard string schema understood by graphql.js and the Apollo server client.",
  "main": "./src/graphqls2s.js",
  "scripts": {
    "test": "mocha ./test/node/*.js",
    "test:dev": "MOCHA_ENV=dev mocha ./test/node/*.js",
    "release": "standard-version",
    "eslint": "eslint graphqls2s.js src/ test/ --fix",
    "build": "WEBPACK_ENV=build webpack",
    "dev": "WEBPACK_ENV=dev webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nicolasdao/graphql-s2s.git"
  },
  "keywords": [
    "graphql",
    "schema",
    "transpiler",
    "metadata",
    "inheritance",
    "generic",
    "types",
    "neap"
  ],
  "author": "Nicolas Dao",
  "contributors": [
    {
      "name": "Nicolas Dao",
      "email": "nic@neap.co",
      "url": "https://github.com/nicolasdao"
    },
    {
      "name": "Brendan Johnson",
      "email": "brendan@neap.co",
      "url": "https://github.com/BrendanJohnson"
    },
    {
      "name": "Boris Berak",
      "email": "boris@neap.co",
      "url": "https://github.com/bberak"
    },
    {
      "name": "Pankaj Parkar",
      "email": "pankajparkar@hotmail.com",
      "url": "https://github.com/pankajparkar"
    }
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/nicolasdao/graphql-s2s/issues"
  },
  "homepage": "https://github.com/nicolasdao/graphql-s2s#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "babel-polyfill": "^6.23.0",
    "babel-runtime": "^6.23.0",
    "graphql": "^0.11.0",
    "lodash": "^4.17.4",
    "shortid": "^2.2.8"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.0.2",
    "eslint": "^4.0.0",
    "mocha": "^3.4.2",
    "standard-version": "^4.0.0",
    "uglifyjs-webpack-plugin": "^0.4.3",
    "webpack": "^2.6.1"
  }
}
