{
  "name": "typia",
  "version": "13.2.0",
  "description": "Superfast runtime validators with only one line",
  "main": "lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "default": "./lib/index.js"
    },
    "./lib/module": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "default": "./lib/index.js"
    },
    "./lib/transform": {
      "types": "./lib/transform.d.ts",
      "import": "./lib/transform.mjs",
      "default": "./lib/transform.js"
    },
    "./lib/internal/*": {
      "types": "./lib/internal/*.d.ts",
      "import": "./lib/internal/*.mjs",
      "default": "./lib/internal/*.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "typia": "./lib/executable/typia.js"
  },
  "ttsc": {
    "plugin": {
      "transform": "typia/lib/transform"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/typia"
  },
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/typia/issues"
  },
  "homepage": "https://typia.io",
  "dependencies": {
    "@standard-schema/spec": "^1.0.0",
    "commander": "^10.0.0",
    "inquirer": "^8.2.5",
    "randexp": "^0.5.3",
    "tinyglobby": "^0.2.12",
    "@typia/interface": "^13.2.0",
    "@typia/utils": "^13.2.0"
  },
  "peerDependencies": {
    "ttsc": ">=0.19.2"
  },
  "peerDependenciesMeta": {
    "ttsc": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/inquirer": "^8.2.5",
    "@types/node": "^25.3.0",
    "chalk": "^4.0.0",
    "rimraf": "^6.1.2",
    "rolldown": "^1.1.5",
    "suppress-warnings": "^1.0.2",
    "ttsc": "^0.19.2",
    "typescript": "^7.0.2"
  },
  "sideEffects": false,
  "files": [
    "README.md",
    "package.json",
    "lib",
    "native",
    "src"
  ],
  "keywords": [
    "fast",
    "json",
    "stringify",
    "transform",
    "ajv",
    "io-ts",
    "zod",
    "schema",
    "json-schema",
    "generator",
    "assert",
    "clone",
    "is",
    "validate",
    "equal",
    "runtime",
    "type",
    "typebox",
    "checker",
    "validator",
    "safe",
    "parse",
    "prune",
    "random",
    "protobuf",
    "llm",
    "llm-function-calling",
    "structured-output",
    "openai",
    "chatgpt",
    "claude",
    "gemini",
    "llama"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf lib && ttsc && rolldown -c && cp ../../README.md README.md",
    "dev": "ttsc --watch"
  },
  "types": "lib/index.d.ts",
  "module": "lib/index.mjs"
}