{
  "name": "@clean-jsdoc-theme/setu",
  "version": "5.1.1",
  "description": "JSDoc doclet processing and MDX generation",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankitskvmdam/clean-jsdoc-theme.git"
  },
  "author": "Ankit Kumar (hello@ankdev.me)",
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ankitskvmdam"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "devDependencies": {
    "@types/mdast": "^4.0.4",
    "@types/node": "^22.0.0",
    "@types/turndown": "^5.0.6",
    "concurrently": "^9.0.0",
    "nodemon": "^3.0.0",
    "preact": "^10.22.0",
    "tsup": "^8.0.0",
    "tsx": "^4.22.3",
    "typescript": "^5.5.0",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "preact": "^10.22.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@jsdoc/salty": "^0.2.12",
    "hast-util-from-html": "^2.0.3",
    "hast-util-to-html": "^9.0.5",
    "hast-util-to-mdast": "^10.1.2",
    "mdast-util-from-markdown": "^2.0.3",
    "mdast-util-gfm": "^3.1.0",
    "mdast-util-mdx-jsx": "^3.2.0",
    "mdast-util-to-hast": "^13.2.0",
    "mdast-util-to-markdown": "^2.1.2",
    "micromark-extension-gfm": "^3.0.0",
    "turndown": "^7.2.4",
    "@clean-jsdoc-theme/bhasha": "^5.1.1",
    "@clean-jsdoc-theme/utils": "^5.1.1"
  },
  "scripts": {
    "build": "tsup",
    "dev": "concurrently \"nodemon\" \"tsup --watch\"",
    "test": "vitest run",
    "lint": "eslint src",
    "typecheck": "tsc --noEmit",
    "preview": "tsx scripts/preview-class.ts",
    "clean": "node ../../scripts/clean.mjs dist .turbo",
    "clean-node-modules": "node ../../scripts/clean.mjs node_modules"
  }
}