UNPKG

@feathersjs/knex

Version:

Feathers SQL service adapter using KnexJS

76 lines (75 loc) 1.8 kB
{ "name": "@feathersjs/knex", "description": "Feathers SQL service adapter using KnexJS", "version": "5.0.37", "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.37", "@feathersjs/commons": "^5.0.37", "@feathersjs/errors": "^5.0.37", "@feathersjs/feathers": "^5.0.37" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { "@feathersjs/adapter-tests": "^5.0.37", "@feathersjs/schema": "^5.0.37", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "knex": "^3.1.0", "mocha": "^11.7.5", "pg": "^8.16.3", "shx": "^0.4.0", "sqlite3": "^5.1.7", "typescript": "^5.9.3" }, "gitHead": "1d38e4a21e9ed5da31d524e5015f039b75668ec0" }