{
  "name": "ivo",
  "author": "kamtoeddy",
  "description": "The schema valitator that brings user stories to life",
  "version": "1.9.0",
  "scripts": {
    "build": "tsdown",
    "build:watch": "tsdown --watch",
    "clean": "rm -rf coverage dist",
    "cleanup": "bun run typecheck && bun run lint",
    "lint": "clear; bunx @biomejs/biome check --write .",
    "lint:migrate": "clear; bunx @biomejs/biome migrate --write",
    "test": "bun run build && bun test",
    "test:cov": "bun run build && bun test --coverage",
    "test:watch": "bun run build && bun test --watch",
    "typecheck": "clear; tsc --noEmit -p ./tsconfig.json"
  },
  "license": "MIT",
  "homepage": "https://github.com/kamtoeddy/ivo#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kamtoeddy/ivo.git"
  },
  "bugs": {
    "url": "https://github.com/kamtoeddy/ivo/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "keywords": [
    "schema",
    "validation"
  ],
  "devDependencies": {
    "@biomejs/biome": "^2.4.14",
    "@types/bun": "^1.3.13",
    "tsdown": "^0.21.10",
    "typescript": "^6.0.3"
  }
}
