mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@feathersjs/memory",
|
|
"description": "An in memory service store",
|
|
"version": "5.0.0-pre.33",
|
|
"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 ../cli/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.0-pre.33",
|
|
"@feathersjs/commons": "^5.0.0-pre.33",
|
|
"@feathersjs/errors": "^5.0.0-pre.33",
|
|
"sift": "^16.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/adapter-tests": "^5.0.0-pre.33",
|
|
"@feathersjs/feathers": "^5.0.0-pre.33",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^18.11.9",
|
|
"mocha": "^10.1.0",
|
|
"shx": "^0.3.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"gitHead": "89f516bcb1457e23a02c6212e9cd8bacc4d267d4"
|
|
}
|