{
  "name": "eslint-plugin-pnpm",
  "type": "module",
  "version": "1.5.0",
  "description": "ESLint Plugin for pnpm",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "contributors": [
    {
      "name": "三咲智子 Kevin Deng",
      "email": "sxzz@sxzz.moe"
    }
  ],
  "license": "MIT",
  "funding": [
    {
      "type": "individual",
      "url": "https://github.com/sponsors/antfu"
    },
    {
      "type": "individual",
      "url": "https://github.com/sponsors/sxzz"
    }
  ],
  "homepage": "https://github.com/antfu/pnpm-workspace-utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/pnpm-workspace-utils.git",
    "directory": "packages/eslint-plugin-pnpm"
  },
  "bugs": "https://github.com/antfu/pnpm-workspace-utils/issues",
  "keywords": [
    "eslint-plugin",
    "pnpm"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "eslint": "^9.0.0"
  },
  "dependencies": {
    "empathic": "^2.0.0",
    "jsonc-eslint-parser": "^2.4.2",
    "pathe": "^2.0.3",
    "tinyglobby": "^0.2.15",
    "yaml": "^2.8.2",
    "yaml-eslint-parser": "^2.0.0",
    "pnpm-workspace-yaml": "1.5.0"
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^8.53.0"
  },
  "scripts": {
    "start": "tsx src/index.ts"
  }
}