{
  "name": "@ankhorage/paradox",
  "version": "0.1.19",
  "description": "Deterministic documentation generator for TypeScript packages.",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/ankhorage/paradox#readme",
  "bugs": {
    "url": "https://github.com/ankhorage/paradox/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankhorage/paradox.git"
  },
  "keywords": [
    "typescript",
    "documentation",
    "readme-generator",
    "static-analysis",
    "ts-morph",
    "developer-tools"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./cli": {
      "types": "./dist/cli/index.d.ts",
      "import": "./dist/cli/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "bin": {
    "paradox": "./dist/cli/standalone.js"
  },
  "ankh": {
    "category": "docs",
    "provider": "./dist/cli/index.js",
    "capabilities": [
      "docs.generate"
    ]
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "changeset": "changeset",
    "changeset:status": "changeset status --since=origin/main",
    "docs": "bun src/cli/standalone.ts",
    "docs:bunx": "bunx @ankhorage/paradox",
    "format": "ankhorage-prettier --write .",
    "format:check": "ankhorage-prettier --check .",
    "knip": "ankhorage-knip",
    "lint": "ankhorage-eslint . --max-warnings=0",
    "lint:fix": "ankhorage-eslint . --fix --max-warnings=0",
    "prepack": "bun run build",
    "test": "bun test",
    "typecheck": "bun x tsc --noEmit -p tsconfig.json",
    "version-packages": "changeset version"
  },
  "dependencies": {
    "ts-morph": "^24.0.0"
  },
  "devDependencies": {
    "@ankhorage/devtools": "^1.0.6",
    "@changesets/cli": "^2.31.0",
    "@types/bun": "^1.3.13",
    "typescript": "^5.6.3",
    "@types/node": "^25.6.0"
  },
  "packageManager": "bun@1.3.13"
}
