{
  "name": "eslint-plugin-pnpm",
  "type": "module",
  "version": "0.3.1",
  "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/eslint-plugin-pnpm#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/eslint-plugin-pnpm.git",
    "directory": "packages/eslint-plugin-pnpm"
  },
  "bugs": "https://github.com/antfu/eslint-plugin-pnpm/issues",
  "keywords": [
    "eslint-plugin",
    "pnpm"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "eslint": "^9.0.0"
  },
  "dependencies": {
    "find-up-simple": "^1.0.1",
    "jsonc-eslint-parser": "^2.4.0",
    "pathe": "^2.0.3",
    "tinyglobby": "^0.2.12",
    "yaml-eslint-parser": "^1.3.0",
    "pnpm-workspace-yaml": "0.3.1"
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^8.26.1"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "start": "tsx src/index.ts"
  }
}