{
  "name": "typia",
  "version": "12.0.2",
  "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/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"
  },
  "tsp": {
    "tscOptions": {
      "parseAllJsDoc": true
    }
  },
  "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",
    "comment-json": "^4.2.3",
    "inquirer": "^8.2.5",
    "package-manager-detector": "^0.2.0",
    "randexp": "^0.5.3",
    "@typia/interface": "^12.0.2",
    "@typia/transform": "^12.0.2",
    "@typia/utils": "^12.0.2",
    "@typia/core": "^12.0.2"
  },
  "peerDependencies": {
    "typescript": ">=4.8.0 <5.10.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/inquirer": "^8.2.5",
    "@types/node": "^25.3.0",
    "@types/ts-expose-internals": "npm:ts-expose-internals@5.6.3",
    "@typescript-eslint/eslint-plugin": "^8.1.0",
    "@typescript-eslint/parser": "^8.1.0",
    "chalk": "^4.0.0",
    "eslint-plugin-deprecation": "^3.0.0",
    "rimraf": "^6.1.2",
    "rollup": "^4.56.0",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-node-externals": "^8.1.2",
    "suppress-warnings": "^1.0.2",
    "tinyglobby": "^0.2.12",
    "ts-node": "^10.9.2",
    "typescript": "~5.9.3"
  },
  "sideEffects": false,
  "files": [
    "README.md",
    "package.json",
    "lib",
    "src"
  ],
  "keywords": [
    "fast",
    "json",
    "stringify",
    "typescript",
    "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 && tsc && rollup -c && cp ../../README.md README.md",
    "dev": "rimraf lib && tsc --watch"
  },
  "types": "lib/index.d.ts",
  "module": "lib/index.mjs"
}