{
  "name": "@horizon-republic/nominal-types",
  "version": "2.0.14",
  "type": "commonjs",
  "description": "Nominal types with runtime validation with compatibility for NestJS, mikroorm and class-validator",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "test": "jest",
    "test:cov": "jest --coverage",
    "build": "rm -rf dist/lib && tsc && tsc --build tsconfig.json"
  },
  "keywords": [
    "mikroorm",
    "class-validator",
    "class-transformer",
    "nominal-types",
    "nestjs"
  ],
  "author": "Kyrylo Lytvynov <themaiby0@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "@mikro-orm/core": "^6.0.0",
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "@nestjs/swagger": "^6.0.0 || ^7.0.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.14.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/uuid": "^9.0.0",
    "jest": "^29.6.1",
    "prettier": "^3.0.0",
    "prettier-plugin-organize-imports": "^3.2.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.1",
    "typescript": "^5.1.6"
  },
  "repository": {
    "url": "https://github.com/themaiby/nominal-types.git",
    "type": "git"
  }
}
