{ "name": "@antfu/eslint-config-monorepo", "version": "0.1.0", "license": "MIT", "author": "Anthony Fu (https://github.com/antfu/)", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", "lint": "npx eslint --ext .js,.json,.vue --fix .", "release": "lerna publish --conventional-commits" }, "devDependencies": { "@antfu/eslint-config": "*", "eslint": "^8.6.0", "lerna": "^4.0.0", "typescript": "^4.5.4" } }