{
  "name": "jieba-zh-tw",
  "version": "1.0.12",
  "description": "jieba dict for zh-tw",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josudoey/js-jieba.git"
  },
  "bugs": {
    "url": "https://github.com/josudoey/js-jieba/issues"
  },
  "homepage": "https://github.com/josudoey/js-jieba#readme",
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    }
  },
  "main": "index.js",
  "module": "index.mjs",
  "types": "index.d.ts",
  "files": [
    "index.*",
    "dist/*",
    "lib/*"
  ],
  "author": "Joey Fang",
  "license": "ISC",
  "dependencies": {
    "base64-js": "^1.5.1",
    "brotli": "^1.3.3"
  }
}
