{ "name": "eslint-plugin-pnpm", "type": "module", "version": "1.6.0", "description": "ESLint Plugin for pnpm", "author": "Anthony Fu ", "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 || ^10.0.0" }, "dependencies": { "empathic": "^2.0.0", "jsonc-eslint-parser": "^3.1.0", "pathe": "^2.0.3", "tinyglobby": "^0.2.15", "yaml": "^2.8.2", "yaml-eslint-parser": "^2.0.0", "pnpm-workspace-yaml": "1.6.0" }, "devDependencies": { "@typescript-eslint/parser": "^8.56.1" }, "scripts": { "start": "tsx src/index.ts" } }