UNPKG

@aequum/mongoose

Version:

aequum mongoose tools for repository, pagination, CRUD/CRUDL, configs and utils

37 lines (36 loc) 938 B
{ "name": "@aequum/mongoose", "version": "0.27.15", "description": "aequum mongoose tools for repository, pagination, CRUD/CRUDL, configs and utils ", "keywords": [ "aequum", "hexagonal", "rest", "api", "http", "mongoose", "mongodb", "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/mongoose" }, "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { "@aequum/crudl": "0.27.15", "@aequum/exceptions": "0.27.15", "@aequum/paginate-common": "0.27.15", "mongoose": ">=8.0.0", "mongoose-paginate-v2": ">=1.0.0" } }