eslint-config/package.json
2023-04-03 14:42:06 +02:00

23 lines
591 B
JSON

{
"name": "@antfu/eslint-config-monorepo",
"version": "0.38.3",
"private": true,
"packageManager": "pnpm@8.0.0",
"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": "workspace:*",
"bumpp": "^9.0.0",
"eslint": "^8.37.0",
"eslint-plugin-antfu": "workspace:*",
"rimraf": "^4.4.1",
"typescript": "^5.0.2"
}
}