{
  "name": "@lazy-cjk/zh-convert",
  "version": "1.0.55",
  "description": "",
  "keywords": [
    "char",
    "character",
    "characters",
    "chinese",
    "cjk",
    "cjk-conv",
    "regexp-cjk",
    "cn",
    "cn2tw",
    "conv",
    "conversion",
    "convert",
    "greedy",
    "hanja",
    "hanzi",
    "japanese",
    "jp2zhs",
    "jp2zht",
    "kanji",
    "node-novel",
    "regex",
    "regexp",
    "regular",
    "regular expression",
    "simplified",
    "slugify",
    "str-util",
    "table",
    "traditional",
    "transform",
    "tw",
    "tw2cn",
    "unicode",
    "util",
    "words",
    "zh",
    "zh-cn",
    "zh-tw",
    "zh2jp",
    "zhs",
    "zht"
  ],
  "homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/@lazy-cjk/zh-convert#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-regexp/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-regexp.git",
    "directory": "packages/@lazy-cjk/zh-convert"
  },
  "license": "ISC",
  "author": "bluelovers",
  "main": "index.js",
  "scripts": {
    "coverage": "npx nyc yarn run test",
    "lint": "npx eslint **/*.ts",
    "pretest": "yarn run build",
    "test": "yarn run test:jest",
    "test:jest": "jest",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "build": "ts-node ./test/script/build-cache.ts",
    "build:commit": "ts-node ./test/script/build-commit.ts",
    "npm:publish": "npm publish",
    "npm:publish:lerna": "lerna publish --yes",
    "preversion": "yarn run test",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepublishOnly:lerna": "yarn run test && yarn run build:commit",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:default": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json"
  },
  "dependencies": {
    "@lazy-cjk/static-build-zh-convert": "^1.0.58",
    "array-hyper-unique": "^2.1.6",
    "regexp-helper": "^1.0.43",
    "tslib": ">=2",
    "uni-string": "^2.0.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a6b408eb4b5e7006ebb9b37819a8809ee72c3535"
}
