{
  "name": "@galenjs/koa-sequelize-model-router",
  "version": "0.4.0",
  "description": "koa sequelize-models router.",
  "keywords": [
    "koa",
    "sequelize",
    "model",
    "router"
  ],
  "author": "AlfieriChou <alfierichou@gmail.com>",
  "homepage": "https://github.com/AlfieriChou/galen#readme",
  "license": "MIT",
  "main": "index.js",
  "directories": {
    "test": "__tests__"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlfieriChou/galen.git"
  },
  "scripts": {
    "test": "jest --detectOpenHandles --forceExit",
    "dev": "jest -o --watch --runInBand --forceExit"
  },
  "bugs": {
    "url": "https://github.com/AlfieriChou/galen/issues"
  },
  "dependencies": {
    "@galenjs/sequelize-query-filter": "^0.4.0",
    "jsonschema": "^1.4.0",
    "koa-router": "^10.0.0",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "jest": "^26.6.3"
  },
  "gitHead": "926854c4aafcbbfc0c50ad9a740e69b6a554ef59"
}
