{
  "name": "zh-hant",
  "version": "2.0.0",
  "description": "A simple Simplified-Traditional Chinese converter. Supports DOM auto-conversion.",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "keywords": [
    "zh-hant",
    "chinese",
    "convert",
    "traditional",
    "simplified"
  ],
  "author": "Jamuo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jamuo/zh-hant.git"
  },
  "bugs": {
    "url": "https://github.com/Jamuo/zh-hant/issues"
  },
  "homepage": "https://github.com/Jamuo/zh-hant#readme",
  "packageManager": "pnpm@10.12.3",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "pnpm build"
  },
  "devDependencies": {
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  }
}
