{
  "name": "@praha/byethrow-docs",
  "version": "0.12.0",
  "description": "Documentation for @praha/byethrow",
  "keywords": [
    "javascript",
    "typescript",
    "throw",
    "error",
    "functional",
    "documents"
  ],
  "homepage": "https://github.com/praha-inc/byethrow/blob/main/packages/docs/README.md",
  "bugs": {
    "url": "https://github.com/praha-inc/byethrow/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/praha-inc/byethrow.git",
    "directory": "packages/docs"
  },
  "license": "MIT",
  "author": "PrAha, Inc.",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "require": {
      "types": "./dist/cjs/index.d.cts",
      "default": "./dist/cjs/index.cjs"
    },
    "import": {
      "types": "./dist/esm/index.d.ts",
      "default": "./dist/esm/index.js"
    }
  },
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.js",
  "types": "./dist/cjs/index.d.cts",
  "bin": {
    "byethrow-docs": "./bin/cli.js"
  },
  "files": [
    "bin",
    "dist",
    "docs",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "citty": "^0.2.0",
    "find-up": "8.0.0",
    "flexsearch": "^0.8.212",
    "mdast-util-from-markdown": "^2.0.2",
    "mdast-util-to-string": "^4.0.0",
    "sqlite3": "^6.0.0"
  },
  "devDependencies": {
    "@rslib/core": "0.22.0",
    "@types/node": "24.13.0",
    "oxlint": "1.68.0",
    "tsx": "4.22.4",
    "typescript": "6.0.3",
    "@praha/byethrow-website": "0.12.0"
  },
  "peerDependencies": {
    "@praha/byethrow": "0.12.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "generate": "tsx ./scripts/copy.ts",
    "build": "rslib build",
    "lint:code": "oxlint",
    "lint:type": "tsc --noEmit"
  }
}