eslint-config/package.json
2023-02-24 23:59:15 +01:00

23 lines
582 B
JSON

{
"name": "@antfu/eslint-config-monorepo",
"version": "0.35.3",
"private": true,
"packageManager": "pnpm@7.27.1",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (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.34.0",
"eslint-plugin-antfu": "workspace:*",
"rimraf": "^4.1.2",
"typescript": "^4.9.5"
}
}