UNPKG

@feathersjs/memory

Version:
69 lines (68 loc) 1.65 kB
{ "name": "@feathersjs/memory", "description": "An in memory service store", "version": "5.0.34", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", "keywords": [ "feathers", "feathers-plugin" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git", "directory": "packages/memory" }, "author": { "name": "Feathers contributors", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 12" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "_templates/**", "src/**", "lib/**", "*.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" }, "publishConfig": { "access": "public" }, "directories": { "lib": "lib" }, "dependencies": { "@feathersjs/adapter-commons": "^5.0.34", "@feathersjs/commons": "^5.0.34", "@feathersjs/errors": "^5.0.34", "sift": "^17.1.3" }, "devDependencies": { "@feathersjs/adapter-tests": "^5.0.34", "@feathersjs/feathers": "^5.0.34", "@types/mocha": "^10.0.10", "@types/node": "^22.15.3", "mocha": "^11.2.2", "shx": "^0.4.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "gitHead": "3c12b722c136fa5aae32bc94fa24b3edec85dd96" }