eslint-config/package.json
2023-03-29 15:47:19 +02:00

23 lines
581 B
JSON

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