{
  "name": "graphql-sequelize-helper",
  "author": "colter <f89688563@gmail.com>",
  "keywords": [
    "GraphQL",
    "Sequelize",
    "Relay",
    "Orm",
    "simple-graphql"
  ],
  "version": "0.0.5",
  "main": "lib/index",
  "scripts": {
    "compile": "babel -d lib/ src/",
    "prepublishOnly": "npm run compile"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/j-colter/graphql-sequelize-helper/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:j-colter/graphql-sequelize-helper.git"
  },
  "dependencies": {
    "camelcase": "^5.0.0",
    "dataloader": "^1.4.0",
    "decamelize": "^2.0.0",
    "defaults": "^1.0.3",
    "graphql": "^0.13.2",
    "graphql-relay": "^0.5.5",
    "graphql-sequelize": "^8.1.2",
    "lodash": "^4.17.10",
    "moment": "^2.22.2",
    "mysql2": "^1.5.3",
    "pluralize": "^7.0.0",
    "sequelize": "^4.37.10"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "mocha": "^5.2.0",
    "mochawesome": "^3.0.2"
  }
}
