{ "name": "@antfu/eslint-config-monorepo", "version": "0.20.3", "private": true, "license": "MIT", "author": "Anthony Fu (https://github.com/antfu/)", "scripts": { "lint": "eslint .", "prepare": "pnpm -r run stub", "release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public" }, "devDependencies": { "@antfu/eslint-config": "*", "bumpp": "^7.1.1", "eslint": "^8.12.0", "eslint-plugin-antfu": "workspace:*", "typescript": "^4.6.3" } }