@eddaic/nestjs-decorators
Version:
Additional decorators intended for use with NestJS framework.
27 lines (26 loc) • 623 B
JSON
{
"name": "@eddaic/nestjs-decorators",
"version": "2.11.0",
"description": "Additional decorators intended for use with NestJS framework.",
"main": "index.js",
"author": "Eric Mackie <eric.mackie@essolutions.ca>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/emackie-eddaic/nestjs-services.git"
},
"keywords": [
"bigint",
"date",
"decorator",
"nestjs",
"node",
"swagger"
],
"dependencies": {
"@nestjs/common": "^11.1.18",
"@nestjs/swagger": "^11.2.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.3"
}
}