{
  "name": "@pnpm/matcher",
  "version": "5.0.0",
  "description": "A simple pattern matcher for pnpm",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=16.14"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "repository": "https://github.com/pnpm/pnpm/blob/main/config/matcher",
  "keywords": [
    "pnpm8",
    "pnpm",
    "match",
    "wildcard",
    "pattern"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/config/matcher#readme",
  "dependencies": {
    "escape-string-regexp": "^4.0.0"
  },
  "funding": "https://opencollective.com/pnpm",
  "devDependencies": {
    "@pnpm/matcher": "5.0.0"
  },
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}