{
  "name": "@anarchitects/forms-nest",
  "version": "0.8.0",
  "type": "commonjs",
  "engines": {
    "node": "^20.19.0 || ^22.13.0 || >=24.11.0"
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "peerDependencies": {
    "@nestjs/common": "^11.0.0",
    "@nestjs/config": "^4.0.2",
    "@nestjs/platform-fastify": "^11.1.6",
    "@nestjs/typeorm": "^11.0.1",
    "typeorm": "^1.1.0"
  },
  "dependencies": {
    "@anarchitects/common-nest-mailer": "^0.3.3",
    "@anarchitects/forms-ts": "^0.8.0",
    "tslib": "^2.3.0",
    "uuidv7": "^1.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "typesVersions": {
    "*": {
      "application": [
        "src/application/index.d.ts"
      ],
      "config": [
        "src/config/index.d.ts"
      ],
      "infrastructure-mailer": [
        "src/infrastructure-mailer/index.d.ts"
      ],
      "infrastructure-persistence": [
        "src/infrastructure-persistence/index.d.ts"
      ],
      "presentation": [
        "src/presentation/index.d.ts"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anarchitects/anarchitecture-bricks-3tier.git",
    "directory": "libs/forms/nest"
  },
  "homepage": "https://github.com/anarchitects/anarchitecture-bricks-3tier/tree/main/libs/forms/nest",
  "bugs": {
    "url": "https://github.com/anarchitects/anarchitecture-bricks-3tier/issues"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./src/index.d.ts",
      "default": "./src/index.js"
    },
    "./application": "./src/application/index.js",
    "./application/index": "./src/application/index.js",
    "./config": "./src/config/index.js",
    "./config/index": "./src/config/index.js",
    "./infrastructure-mailer": "./src/infrastructure-mailer/index.js",
    "./infrastructure-mailer/index": "./src/infrastructure-mailer/index.js",
    "./infrastructure-persistence": "./src/infrastructure-persistence/index.js",
    "./infrastructure-persistence/index": "./src/infrastructure-persistence/index.js",
    "./presentation": "./src/presentation/index.js",
    "./presentation/index": "./src/presentation/index.js"
  }
}