UNPKG

feathers-nedb

Version:
79 lines (78 loc) 2.24 kB
{ "name": "feathers-nedb", "description": "Feathers NeDB Service", "version": "7.0.1", "homepage": "https://github.com/feathersjs-ecosystem/feathers-nedb", "main": "lib/", "repository": { "type": "git", "url": "https://github.com/feathersjs-ecosystem/feathers-nedb.git" }, "bugs": { "url": "https://github.com/feathersjs-ecosystem/feathers-nedb/issues" }, "license": "MIT", "keywords": [ "feathers", "feathers-plugin", "REST", "Socket.io", "realtime", "nedb", "service" ], "files": [ "CHANGELOG.md", "LICENSE", "README.md", "lib/**", "src/**", "*.d.ts", "*.js" ], "author": "Feathers <hello@feathersjs.com> (http://feathersjs.com)", "contributors": [ "Marshall Thompson <marshall@creativeideal.net> (https://github.com/marshallswain)", "Eric Kryski <e.kryski@gmail.com> (http://erickryski.com)", "David Luecke <daff@neyeon.de> (http://neyeon.com)" ], "scripts": { "publish": "git push origin --tags && npm run changelog && git push origin", "changelog": "github_changelog_generator -u feathersjs-ecosystem -p feathers-nedb && git add CHANGELOG.md && git commit -am \"Updating changelog\"", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "update-dependencies": "ncu -u", "compile": "shx rm -rf lib/ && tsc", "test": "shx rm -rf db-data/ && mocha --recursive test/**.test.ts test/**/*.test.ts" }, "semistandard": { "env": [ "mocha" ] }, "engines": { "node": ">= 16" }, "dependencies": { "@feathersjs/adapter-commons": "^5.0.11", "@feathersjs/commons": "^5.0.11", "@feathersjs/errors": "^5.0.11" }, "peerDependencies": { "@seald-io/nedb": "^4.0.2" }, "devDependencies": { "@feathersjs/adapter-tests": "^5.0.11", "@feathersjs/express": "^5.0.11", "@feathersjs/feathers": "^5.0.11", "@feathersjs/socketio": "^5.0.11", "body-parser": "^1.20.0", "@types/mocha": "^10.0.2", "mocha": "^10.2.0", "npm-check-updates": "^16.0.6", "shx": "^0.3.4", "ts-node": "^10.9.1", "typescript": "^5.2.2" } }