@cisstech/nestjs-expand
Version:
A NestJS module to build Dynamic Resource Expansion for APIs
38 lines • 916 B
JSON
{
"name": "@cisstech/nestjs-expand",
"version": "1.10.0",
"description": "A NestJS module to build Dynamic Resource Expansion for APIs",
"keywords": [
"NestJS",
"RestAPI",
"api",
"expand"
],
"homepage": "https://github.com/cisstech/nestkit/blob/main/libs/expand/README.md",
"dependencies": {
"tslib": "^2.3.0",
"rxjs": "^7.8.0"
},
"peerDependencies": {
"@nestjs/common": "^10.x",
"@nestjs/core": "^10.x",
"@golevelup/nestjs-discovery": "^4.x",
"reflect-metadata": "^0.1.x"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"types": "./src/index.d.ts",
"author": {
"name": "Mamadou Cisse",
"email": "mciissee@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/cisstech/nestkit"
},
"bugs": {
"url": "https://github.com/cisstech/nestkit/issues"
},
"license": "MIT"
}