{
  "name": "@js-entity-repos/knex",
  "version": "3.2.15",
  "description": "A concrete implementation of js-entity-repos for knex.",
  "repository": {
    "type": "git",
    "url": "https://github.com/js-entity-repos/knex"
  },
  "author": "js-entity-repos",
  "license": "GPL-3.0",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "tslint --project ./tsconfig.json",
    "test": "mocha $(find dist -name '*.test.js') --exit",
    "cover": "nyc npm test",
    "duplication": "jscpd",
    "clean": "rimraf dist",
    "semantic-release": "ht2-release-public-circleci-lib"
  },
  "nyc": {
    "lines": 100,
    "check-coverage": true
  },
  "dependencies": {
    "@js-entity-repos/core": "9.1.1",
    "knex": "0.16.5",
    "lodash": "4.17.15"
  },
  "devDependencies": {
    "@ht2-labs/semantic-release": "1.1.81",
    "@ht2-labs/typescript-project": "1.1.0",
    "@types/dotenv": "4.0.3",
    "@types/knex": "0.15.2",
    "@types/lodash": "4.14.136",
    "@types/mocha": "5.2.7",
    "assert-rejects": "0.1.1",
    "dotenv": "5.0.1",
    "jscpd": "0.6.25",
    "mocha": "5.2.0",
    "mysql": "2.17.1",
    "nyc": "11.9.0",
    "power-assert": "1.6.1",
    "rimraf": "2.6.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
