{
  "name": "wellcrafted",
  "version": "0.21.2",
  "description": "Delightful TypeScript patterns for elegant, type-safe applications",
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    "./result": {
      "types": "./dist/result/index.d.ts",
      "import": "./dist/result/index.js"
    },
    "./error": {
      "types": "./dist/error/index.d.ts",
      "import": "./dist/error/index.js"
    },
    "./brand": {
      "types": "./dist/brand.d.ts",
      "import": "./dist/brand.js"
    },
    "./query": {
      "types": "./dist/query/index.d.ts",
      "import": "./dist/query/index.js"
    }
  },
  "keywords": [
    "typescript",
    "delightful",
    "elegant",
    "type-safe",
    "well-crafted",
    "polished",
    "utilities",
    "result",
    "error-handling",
    "brand-types"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@changesets/cli": "^2.27.10",
    "@tanstack/query-core": "^5.82.0",
    "tsdown": "^0.12.5",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsdown",
    "format": "biome format --write .",
    "lint": "biome lint --write .",
    "release": "pnpm run build && changeset version && changeset publish"
  }
}