{
  "name": "@feathersjs/knex",
  "description": "Feathers SQL service adapter using KnexJS",
  "version": "5.0.39",
  "homepage": "https://feathersjs.com",
  "main": "lib/",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "prepublish": "npm run compile",
    "pack": "npm pack --pack-destination ../generators/test/build",
    "compile": "shx rm -rf lib/ && tsc && npm run pack",
    "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
  },
  "directories": {
    "lib": "lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@feathersjs/adapter-commons": "^5.0.39",
    "@feathersjs/commons": "^5.0.39",
    "@feathersjs/errors": "^5.0.39",
    "@feathersjs/feathers": "^5.0.39"
  },
  "peerDependencies": {
    "knex": ">=3.1.0"
  },
  "devDependencies": {
    "@feathersjs/adapter-tests": "^5.0.39",
    "@feathersjs/schema": "^5.0.39",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.1.0",
    "knex": "^3.1.0",
    "mocha": "^11.7.5",
    "pg": "^8.18.0",
    "shx": "^0.4.0",
    "sqlite3": "^5.1.7",
    "typescript": "^5.9.3"
  },
  "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
