{ "name": "@antfu/eslint-config-monorepo", "version": "0.1.0", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", "release": "lerna publish --conventional-commits" }, "devDependencies": { "@antfu/eslint-config": "*", "eslint": "^7.6.0", "lerna": "^3.22.1", "typescript": "^3.9.7" } }