UNPKG

@webilix/nestjs-helper

Version:

Helper library for NestJS

37 lines (36 loc) 928 B
{ "name": "@webilix/nestjs-helper", "version": "0.0.55", "description": "Helper library for NestJS", "main": "dist/index", "types": "dist/index", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && tsc", "prepublish": "npm run build" }, "keywords": [ "persian", "farsi", "nestjs", "helper", "normalizer", "validator", "pipe" ], "author": "Ali Amirnezhad <webilix@gmail.com>", "license": "MIT", "dependencies": { "@nestjs/common": ">=11.1.5", "@webilix/helper-library": ">=6.1.6", "@webilix/jalali-date-time": ">=2.0.8", "docx": ">=9.5.1", "exceljs": ">=4.4.0", "rimraf": "^6.0.1" }, "devDependencies": { "@types/node": "^24.1.0", "rxjs": "^7.8.2", "typescript": "^5.9.2" } }