{
  "name": "@mercurymd/vite-plugin",
  "version": "0.1.3",
  "description": "",
  "type": "module",
  "keywords": [
    "presentation",
    "slide",
    "vite"
  ],
  "author": "r4ai",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/r4ai/mercury.git"
  },
  "bugs": {
    "url": "https://github.com/r4ai/mercury/issues"
  },
  "homepage": "https://github.com/r4ai/mercury#readme",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./plugins/mdx/unified": {
      "types": "./dist/plugins/mdx/unified.d.ts",
      "import": "./dist/plugins/mdx/unified.js"
    }
  },
  "files": [
    "src",
    "dist",
    "!**/*.test.ts",
    "!**/test-utils.ts",
    "!**/*.tsbuildinfo",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check": "biome check .",
    "check:write": "biome check --write .",
    "typecheck": "tsc --noEmit --project tsconfig.build.json && tsc --noEmit --project tsconfig.json",
    "dev": "tsc --project tsconfig.build.json --watch",
    "build": "rimraf dist && tsc --project tsconfig.build.json",
    "test": "vitest",
    "test:ci": "vitest run",
    "prepublishOnly": "bun run build"
  },
  "peerDependencies": {
    "@mdx-js/rollup": "^3.1.0",
    "vite": "7.1.5"
  },
  "dependencies": {
    "@babel/parser": "^7.28.4",
    "@mercurymd/remark": "0.1.2",
    "@shikijs/rehype": "3.13.0",
    "@shikijs/transformers": "^3.7.0",
    "dedent": "1.7.0",
    "defu": "^6.1.4",
    "parse-numeric-range": "^1.3.0",
    "recast": "^0.23.11",
    "rehype-katex": "^7.0.1",
    "remark-gfm": "^4.0.1",
    "remark-math": "^6.0.0",
    "unified": "11.0.5",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@testing-library/dom": "10.4.1",
    "@tsconfig/node16": "16.1.5",
    "@types/mdast": "4.0.4",
    "esbuild": "0.25.9",
    "happy-dom": "18.0.1",
    "rimraf": "6.0.1",
    "typescript": "5.9.2",
    "vitest": "3.2.4"
  },
  "packageManager": "bun@1.1.32"
}
