UNPKG

@feathersjs/adapter-commons

Version:

Shared database adapter utility functions

69 lines (68 loc) 1.67 kB
{ "name": "@feathersjs/adapter-commons", "version": "5.0.40", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ "feathers" ], "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/feathers" }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git", "directory": "packages/adapter-commons" }, "author": { "name": "Feathers contributor", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 12" }, "main": "lib/", "types": "lib/", "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" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "lib/**" ], "publishConfig": { "access": "public" }, "dependencies": { "@feathersjs/commons": "^5.0.40", "@feathersjs/errors": "^5.0.40", "@feathersjs/feathers": "^5.0.40" }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/mongodb": "^4.0.6", "@types/node": "^25.1.0", "mocha": "^11.7.5", "mongodb": "^6.19.0", "shx": "^0.4.0", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "gitHead": "f71178917bf5d38f2591c412b0f6edc69f211ee8" }