eslint-config/package.json
2023-04-18 13:56:00 +02:00

23 lines
615 B
JSON

{
"name": "@antfu/eslint-config-monorepo",
"version": "0.38.4",
"private": true,
"packageManager": "pnpm@8.3.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.1.0",
"eslint": "^8.38.0",
"eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
}
}