{
  "name": "@matatbread/typia",
  "version": "7.0.1-nrc",
  "description": "Superfast runtime validators with only one line",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "module": "lib/index.mjs",
  "bin": {
    "typia": "./lib/executable/typia.js"
  },
  "tsp": {
    "tscOptions": {
      "parseAllJsDoc": true
    }
  },
  "scripts": {
    "test": "ts-node deploy --tag test",
    "test:bun": "bun run deploy/bun.ts",
    "test:template": "npm run --tag test --template",
    "-------------------------------------------------": "",
    "build": "rimraf lib && tsc && rollup -c",
    "dev": "rimraf lib && tsc --watch",
    "dev:errors": "tsc --project tsconfig.errors.json --watch",
    "eslint": "eslint ./**/*.ts",
    "eslint:fix": "eslint ./**/*.ts --fix",
    "prettier": "prettier src --write",
    "------------------------------------------------": "",
    "package:latest": "ts-node deploy --tag latest",
    "package:next": "ts-node deploy --tag next",
    "package:patch": "ts-node deploy --tag patch",
    "package:deprecate": "npm deprecate typescript-json \"Renamed to typia\""
  },
  "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": {
    "@samchon/openapi": "^2.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"
  },
  "peerDependencies": {
    "typescript": ">=4.8.0 <5.7.0",
    "@samchon/openapi": ">=2.0.0 <3.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/inquirer": "^8.2.5",
    "@types/node": "^18.15.12",
    "@types/ts-expose-internals": "npm:ts-expose-internals@5.5.4",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1",
    "chalk": "^4.0.0",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "rollup": "^4.18.0",
    "suppress-warnings": "^1.0.2",
    "ts-node": "^10.9.2",
    "typescript": "~5.6.3"
  },
  "stackblitz": {
    "startCommand": "npm install && npm run test"
  },
  "sideEffects": false,
  "files": [
    "LICENSE",
    "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"
  ]
}