{
  "name": "graphql-adapter",
  "version": "0.9.0",
  "description": "一个基于 sequelize ORM框架自动生成 graphql schema 的库",
  "repository": {
    "type": "git",
    "url": "https://github.com/puti94/graphql-adapter"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "puti94",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "keywords": [
    "graphql",
    "sequelize",
    "schema"
  ],
  "scripts": {
    "start": "node ./test/testServer.js",
    "build": "tsc",
    "test": "npm run build && mocha \"test/**/*.test.js\"",
    "watch-ts": "tsc -w",
    "lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix",
    "debug": "npm run build && npm run watch-debug"
  },
  "dependencies": {
    "@puti94/gql-utils": "^0.5.0",
    "lodash": "^4.17.15"
  },
  "files": [
    "dist",
    "README.md",
    "src",
    "img",
    "LICENSE"
  ],
  "peerDependencies": {
    "sequelize": "latest"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.30",
    "@types/chai": "^4.2.11",
    "@types/lodash": "^4.14.150",
    "@types/mocha": "^7.0.2",
    "@types/node": "^12.7.8",
    "@types/uuid": "^7.0.3",
    "@types/validator": "^13.0.0",
    "@typescript-eslint/eslint-plugin": "^2.3.1",
    "@typescript-eslint/parser": "^2.3.1",
    "apollo-server-express": "^2.14.0",
    "chai": "^4.2.0",
    "eslint": "^6.4.0",
    "express": "^4.17.1",
    "graphql": "^15.0.0",
    "graphql-relay": "0.6.0",
    "graphql-sequelize": "^9.4.0",
    "graphql-subscriptions": "^1.1.0",
    "mocha": "^7.1.2",
    "mysql2": "^2.1.0",
    "nodemon": "^1.19.2",
    "pg": "^8.0.3",
    "pg-hstore": "^2.3.3",
    "sequelize": "^6.3.3",
    "supertest": "^4.0.2",
    "ts-jest": "^24.1.0",
    "ts-node": "^8.10.1",
    "ts-node-dev": "^1.0.0-pre.44",
    "typescript": "^3.6.3"
  }
}
