{
  "name": "@nestia/core",
  "version": "5.0.0",
  "description": "Super-fast validation decorators of NestJS",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "tsp": {
    "tscOptions": {
      "parseAllJsDoc": true
    }
  },
  "scripts": {
    "build": "rimraf lib && tsc",
    "dev": "tsc -p tsconfig.test.json --watch",
    "eslint": "eslint ./**/*.ts",
    "eslint:fix": "eslint ./**/*.ts --fix",
    "prepare": "ts-patch install && typia patch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/nestia"
  },
  "keywords": [
    "nestjs",
    "nestia",
    "typia",
    "validator",
    "decorator",
    "class-validator",
    "class-transformer"
  ],
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/nestia/issues"
  },
  "homepage": "https://nestia.io",
  "dependencies": {
    "@nestia/fetcher": "^5.0.0",
    "@nestjs/common": ">=7.0.1",
    "@nestjs/core": ">=7.0.1",
    "@samchon/openapi": "^3.0.0",
    "detect-ts-node": "^1.0.5",
    "get-function-location": "^2.0.0",
    "glob": "^7.2.0",
    "path-parser": "^6.1.0",
    "raw-body": "^2.0.0",
    "reflect-metadata": ">=0.1.12",
    "rxjs": ">=6.0.3",
    "tgrid": "^1.1.0",
    "typia": "^8.0.0",
    "ws": "^7.5.3"
  },
  "peerDependencies": {
    "@nestia/fetcher": ">=5.0.0",
    "@nestjs/common": ">=7.0.1",
    "@nestjs/core": ">=7.0.1",
    "reflect-metadata": ">=0.1.12",
    "rxjs": ">=6.0.3",
    "typia": ">=8.0.0 <9.0.0"
  },
  "devDependencies": {
    "@nestjs/common": "^11.0.2",
    "@nestjs/core": "^11.0.2",
    "@types/express": "^4.17.15",
    "@types/glob": "^7.2.0",
    "@types/inquirer": "^9.0.3",
    "@types/multer": "^1.4.12",
    "@types/ts-expose-internals": "npm:ts-expose-internals@5.4.5",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "commander": "^10.0.0",
    "comment-json": "^4.2.3",
    "eslint-plugin-deprecation": "^1.4.1",
    "fastify": "^4.28.1",
    "git-last-commit": "^1.0.1",
    "inquirer": "^8.2.5",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.1",
    "ts-patch": "^3.3.0",
    "tstl": "^3.0.0",
    "typescript": "~5.8.2"
  },
  "files": [
    "README.md",
    "LICENSE",
    "package.json",
    "lib",
    "src"
  ]
}