{
  "name": "knex-dynamic-connection",
  "version": "2.1.1",
  "description": "Adds support for dynamically returning connection config for knex queries",
  "scripts": {
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test:mysql": "DB=mysql node japaFile.js",
    "test:mysql2": "DB=mysql2 node japaFile.js",
    "test:mssql": "DB=mssql node japaFile.js",
    "test:pg": "DB=pg node japaFile.js",
    "test:docker": "npm run test:mysql && npm run test:mysql2 && npm run test:mssql && npm run test:pg",
    "docker:build": "docker-compose -f docker-compose.yml -f docker-compose-test.yml build",
    "test": "npm run docker:build && docker-compose -f docker-compose.yml -f docker-compose-test.yml run --rm test",
    "lint": "eslint . --ext=.ts",
    "clean": "del build",
    "compile": "npm run lint && npm run clean && tsc",
    "build": "npm run compile",
    "commit": "git-cz",
    "release": "np",
    "version": "npm run build",
    "sync-labels": "github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json thetutlage/knex-dynamic-connection",
    "format": "prettier --write ."
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/thetutlage/knex-dynamic-connection.git"
  },
  "keywords": [
    "knex",
    "db"
  ],
  "author": "virk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thetutlage/knex-dynamic-connection/issues"
  },
  "homepage": "https://github.com/thetutlage/knex-dynamic-connection#readme",
  "devDependencies": {
    "@adonisjs/mrm-preset": "^4.1.0",
    "@types/node": "^15.12.4",
    "del-cli": "^4.0.0",
    "doctoc": "^2.0.1",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-adonis": "^1.3.2",
    "eslint-plugin-prettier": "^3.4.0",
    "github-label-sync": "^2.0.1",
    "husky": "^6.0.0",
    "japa": "^3.1.1",
    "mrm": "^3.0.2",
    "mysql": "^2.18.1",
    "mysql2": "^2.2.5",
    "np": "^7.5.0",
    "pg": "^8.6.0",
    "prettier": "^2.3.1",
    "tedious": "^11.0.9",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.4"
  },
  "nyc": {
    "exclude": [
      "test"
    ],
    "extension": [
      ".ts"
    ]
  },
  "main": "build/index.js",
  "files": [
    "build/src",
    "build/index.d.ts",
    "build/index.js"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md",
      "commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
    }
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "debug": "^4.3.1",
    "knex": "^0.95.6"
  },
  "np": {
    "contents": ".",
    "anyBranch": false
  }
}
