{
  "name": "@shhhplus/text-matcher",
  "version": "1.0.3",
  "description": "This tool can use specified rules to match text.",
  "keywords": [
    "keyword",
    "words",
    "text",
    "content",
    "matcher",
    "match",
    "regular expression",
    "RegExp"
  ],
  "homepage": "https://github.com/shhhplus/text-matcher",
  "bugs": {
    "url": "https://github.com/shhhplus/text-matcher/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shhhplus/text-matcher.git"
  },
  "license": "MIT",
  "author": "shhhplus",
  "main": "./index.js",
  "types": "./types/index.d.ts",
  "dependencies": {}
}