@aequum/typeorm
Version:
aequum TypeORM tools for repository, pagination, CRUD/CRUDL, configs and utils
37 lines (36 loc) • 990 B
JSON
{
"name": "@aequum/typeorm",
"version": "0.27.15",
"description": "aequum TypeORM tools for repository, pagination, CRUD/CRUDL, configs and utils ",
"keywords": [
"aequum",
"hexagonal",
"rest",
"api",
"http",
"typeorm",
"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/typeorm"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@aequum/crudl": "0.27.15",
"@aequum/exceptions": "0.27.15",
"@aequum/paginate-common": "0.27.15",
"@aequum/utils": "0.27.15",
"typeorm": ">=0.3.0 || <1.0.0",
"typeorm-paginate": "github:fbuccioni/typeorm-paginate#package"
}
}