@aequum/in-memory
Version:
aequum in-memory stuff
35 lines (34 loc) • 823 B
JSON
{
"name": "@aequum/in-memory",
"version": "0.27.15",
"description": "aequum in-memory stuff",
"keywords": [
"aequum",
"hexagonal",
"rest",
"api",
"http",
"in-memory",
"repository",
"crudl",
"crud",
"pagination"
],
"author": "Felipe Buccioni",
"homepage": "https://github.com/fbuccioni/aequum",
"repository": {
"type": "git",
"url": "https://github.com/fbuccioni/aequum.git",
"directory": "packages/memory"
},
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"dependencies": {
"@aequum/crudl": "0.27.15",
"@aequum/exceptions": "0.27.15",
"@aequum/paginate-common": "0.27.15",
"@aequum/utils": "0.27.15"
}
}