{ "name": "@antfu/eslint-config-monorepo", "version": "0.39.8", "private": true, "packageManager": "pnpm@8.6.7", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", "scripts": { "lint": "pnpm -r run stub && eslint .", "test": "pnpm -r run test", "build": "pnpm -r run build", "prepare": "pnpm -r run stub", "release": "bumpp -r && pnpm -r publish" }, "devDependencies": { "@antfu/eslint-config": "workspace:*", "bumpp": "^9.1.1", "eslint": "^8.45.0", "eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu", "rimraf": "^5.0.1", "typescript": "^5.1.6" } }