{
  "name": "knex-dynamic-connection",
  "version": "3.0.0",
  "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": "^5.0.3",
    "@types/node": "^17.0.31",
    "del-cli": "^4.0.1",
    "doctoc": "^2.2.0",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-adonis": "^2.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "github-label-sync": "^2.2.0",
    "husky": "^7.0.4",
    "japa": "^4.0.0",
    "mrm": "^4.0.0",
    "mysql": "^2.18.1",
    "mysql2": "^2.3.3",
    "np": "^7.6.1",
    "pg": "^8.7.3",
    "prettier": "^2.6.2",
    "tedious": "^14.5.0",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.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.4",
    "knex": "^2.0.0"
  },
  "peerDependencies": {
    "knex": "^2.0.0"
  },
  "np": {
    "contents": ".",
    "anyBranch": false
  }
}
