{
    "name": "@webilix/nestjs-helper",
    "version": "0.0.52",
    "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.0.12",
        "@webilix/helper-library": ">=6.0.2",
        "@webilix/jalali-date-time": ">=2.0.5",
        "docx": ">=9.3.0",
        "exceljs": ">=4.4.0",
        "rimraf": "^6.0.1"
    },
    "devDependencies": {
        "@types/node": "^22.13.14",
        "rxjs": "^7.8.2",
        "typescript": "^5.8.2"
    }
}
