{
  "name": "@runtyping/io-ts",
  "version": "4.0.3",
  "description": "Generate io-ts from static types & JSON schema.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "bin": {
    "runtyping": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
    "start": "tsc --watch --preserveWatchOutput",
    "test": "vitest run"
  },
  "peerDependencies": {
    "io-ts": "^2.0.0"
  },
  "devDependencies": {
    "@runtyping/test-type-writers": "4.0.3",
    "@types/json-schema": "7.0.15",
    "@types/node": "24.12.4",
    "fp-ts": "2.16.11",
    "io-ts": "2.2.22",
    "rimraf": "6.1.3",
    "typescript": "6.0.3",
    "vitest": "4.1.8"
  },
  "dependencies": {
    "@johngw/array": "3.3.2",
    "@runtyping/generator": "10.1.2",
    "@ts-morph/common": "0.29.0",
    "title-case": "4.3.2",
    "ts-morph": "28.0.0",
    "tslib": "2.8.1"
  }
}