{
  "name": "zh-translator",
  "version": "0.0.1",
  "description": "离线中文翻译库",
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "sideEffects": false,
  "files": [
    "data",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Plumbiu/picomatch"
  },
  "keywords": [
    "translate",
    "中文",
    "翻译",
    "离线",
    "字典"
  ],
  "author": "Plumbiu",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.10.2",
    "picocolors": "^1.1.1",
    "terser": "^5.37.0",
    "typescript": "^5.7.2",
    "unbuild": "^3.0.1",
    "vitest": "^2.1.8"
  },
  "scripts": {
    "test": "vitest",
    "build": "unbuild"
  }
}