{
  "name": "collect-mentions",
  "version": "2.0.1",
  "licenseStart": "2017",
  "license": "Apache-2.0",
  "description": "Collect mentions from a given text string, using battle-tested `mentions-regex` package",
  "author": "wgw <dev@wgw.lol>",
  "homepage": "https://github.com/tunnckocore/collect-mentions",
  "repository": {
    "type": "git",
    "url": "https://github.com/tunnckocore/collect-mentions.git"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "tag": "latest"
  },
  "scripts": {
    "prebuild": "rm -rf dist && mkdir dist",
    "build": "tsup",
    "fmt": "bunx prettier . -w",
    "gitadd": "git status --porcelain && git add -A",
    "lint": "bunx eslint@^8 '**/*.{js,mjs,ts}' --fix",
    "prepublishOnly": "bun run build",
    "test": "bun test"
  },
  "dependencies": {
    "mentions-regex": "^2.0.3"
  },
  "devDependencies": {
    "eslint-config-tunnckocore": "^8.2.2",
    "tsup": "^8.3.0",
    "typescript": "^5.6.3"
  },
  "keywords": [
    "collect",
    "mentions",
    "collection",
    "handles",
    "collect mentions"
  ],
  "contributors": [
    "Charlike Mike Reagent <opensource@tunnckocore.com>"
  ],
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3,
      "footer": ""
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "asia",
        "gitcommit",
        "new-release",
        "xaxa",
        "charlike"
      ]
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "new-release",
      "semantic-release"
    ]
  }
}
