{
  "$schema": "https://json.schemastore.org/package",
  "name": "typerighter",
  "version": "0.38.1",
  "description": "Typedown: A typed content framework.",
  "repository": {
    "type": "git",
    "url": "https://github.com/huydo862003/typerighter.git",
    "directory": "packages/typedown"
  },
  "type": "module",
  "bin": {
    "typerighter": "./bin/typerighter.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./vite": {
      "types": "./dist/node/plugin/index.d.ts",
      "import": "./dist/vite.js"
    },
    "./client": {
      "types": "./dist/client/index.d.ts",
      "import": "./dist/client.js"
    },
    "./shared": {
      "types": "./dist/shared/index.d.ts",
      "import": "./dist/shared.js"
    },
    "./client/theme-default": {
      "types": "./dist/client/theme-default/index.d.ts",
      "import": "./dist/client/theme-default.js"
    },
    "./style.css": "./dist/typerighter.css",
    "./math.css": "./dist/math.css"
  },
  "sideEffects": [
    "*.css"
  ],
  "files": [
    "bin",
    "dist"
  ],
  "keywords": [
    "vite-plugin",
    "rolldown-plugin",
    "typedown"
  ],
  "author": "Huy-DNA <huydo862003@gmail.com>",
  "license": "AGPL-3.0-only",
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "@floating-ui/vue": "^2.0.1",
    "@fontsource-variable/inter": "^5.3.0",
    "@fontsource-variable/jetbrains-mono": "^5.3.0",
    "@lucide/vue": "^1.44.0",
    "@shikijs/transformers": "^4.4.3",
    "@tailwindcss/vite": "^4.3.3",
    "@vitejs/plugin-vue": "^6.0.8",
    "cac": "^7.0.0",
    "picocolors": "^1.1.1",
    "shiki": "^4.4.3",
    "striptags": "^3.2.0",
    "tailwindcss": "^4.3.3",
    "temml": "^0.13.5",
    "vite": "^8.2.2",
    "vue": "^3.5.42",
    "@typerighter/rpc-client": "0.38.1",
    "@typerighter/rpc-server": "0.38.1"
  },
  "devDependencies": {
    "@hdnax/nuclint": "^0.17.5",
    "@playwright/test": "^1.61.1",
    "@types/node": "^26.4.1",
    "minisearch": "^7.2.0",
    "playwright": "^1.61.1",
    "typescript": "^6.0.3",
    "vitest": "^5.0.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc -p tsconfig.build.json --emitDeclarationOnly",
    "lint": "eslint .",
    "lint:fix": "eslint ./src ./e2e --fix",
    "test": "vitest",
    "e2e": "playwright test --config e2e/playwright.config.ts"
  }
}