{ "name": "@antfu/eslint-config-monorepo", "version": "0.38.0", "private": true, "packageManager": "pnpm@8.0.0", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", "scripts": { "lint": "eslint .", "test": "pnpm -r run test", "prepare": "pnpm -r run stub", "release": "bumpp -r && pnpm -r publish" }, "devDependencies": { "@antfu/eslint-config": "*", "bumpp": "^9.0.0", "eslint": "^8.37.0", "eslint-plugin-antfu": "workspace:*", "rimraf": "^4.4.1", "typescript": "^5.0.2" } }