{
  "name": "extract-zhongwen",
  "version": "1.1.2",
  "description": "Utility for extracting chinese characters from a string",
  "main": "./dist/ExtractChinese.js",
  "module": "./dist/ExtractChinese.js",
  "types": "./dist/ExtractChinese.d.ts",
  "exports": {
    "import": "./dist/ExtractChinese.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheRobertLing/extract-zhongwen.git"
  },
  "keywords": [
    "chinese",
    "zhongwen",
    "hanzi",
    "simplified",
    "traditional",
    "convert",
    "filter",
    "extract",
    "text-processing"
  ],
  "author": "Robert L",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TheRobertLing/extract-zhongwen/issues"
  },
  "homepage": "https://github.com/TheRobertLing/extract-zhongwen#readme",
  "devDependencies": {
    "typescript": "^5.7.3",
    "vitest": "^3.0.9"
  },
  "type": "module"
}
