{
  "name": "@novel-segment/table-dict",
  "version": "1.0.24",
  "description": "",
  "keywords": [
    "NLP",
    "PanGuSegment",
    "PoS tagging",
    "analyzer",
    "async",
    "chinese",
    "chinese segmentation",
    "data",
    "dict",
    "dictionary",
    "file",
    "hanzi",
    "jieba",
    "load",
    "loader",
    "machine learning",
    "morphological analysis",
    "natural language processing",
    "node-novel",
    "novel",
    "novel-segment",
    "node-segment",
    "opencc",
    "optimizer",
    "pangu",
    "phrases",
    "segment",
    "segmentalization",
    "segmentation",
    "segmenter",
    "split",
    "stopword",
    "stream",
    "sync",
    "synonym",
    "text mining",
    "tokenizer",
    "variant",
    "word",
    "word segmentation",
    "中文",
    "中文分詞",
    "中文分词",
    "分詞",
    "分词",
    "盘古分词",
    "盤古分詞",
    "簡繁",
    "create-by-yarn-tool",
    "create-by-tsdx"
  ],
  "homepage": "https://github.com/bluelovers/ws-segment/tree/master/packages/@novel-segment/table-dict#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-segment/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-segment.git",
    "directory": "packages/@novel-segment/table-dict"
  },
  "license": "ISC",
  "author": "bluelovers",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.esm.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "unpkg": "dist/index.umd.production.min.cjs",
  "module": "dist/index.esm.mjs",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "scripts": {
    "review": "yarn run review:coverage",
    "review:coverage": "yarn run lint && yarn run coverage",
    "review:test": "yarn run lint && yarn run test",
    "coverage": "yarn run test -- --coverage",
    "lint": "yarn run lint:eslint",
    "lint:eslint": "ynpx eslint --ext .ts,.tsx,.mts,.cts ./",
    "pretest": "echo pretest",
    "test": "jest --passWithNoTests",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",
    "posttest": "yarn run build",
    "build": "yarn run build:tsdx && yarn run build:dts:tsc",
    "build:dts:bundle": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
    "build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
    "build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy",
    "build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
    "build:microbundle": "ynpx microbundle --target node",
    "build:tsdx": "tsdx build --target node --name index",
    "ci:install": "echo ci:install",
    "ci:build": "echo ci:build",
    "preversion": "echo preversion && yarn run test",
    "version": "echo version",
    "postversion": "echo postversion",
    "prepublish": "echo prepublish",
    "prepare": "echo prepare",
    "prepublishOnly": "echo prepublishOnly",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "prepack": "echo prepack",
    "pack": "echo pack",
    "postpack": "echo postpack",
    "publish": "echo publish",
    "postpublish": "echo postpublish",
    "postpublishOnly": "echo postpublishOnly",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@lazy-cjk/zh-table-list": "^1.0.90",
    "@novel-segment/loaders": "^1.0.53",
    "@novel-segment/table-core-abstract": "^1.0.23"
  },
  "packageManager": "yarn@^1.22.11",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c351801f6004ba5dad1ea59ed32791e61f05fe4c"
}
