24 lines
669 B
JSON
24 lines
669 B
JSON
{
|
|
"name": "@antfu/eslint-config-monorepo",
|
|
"version": "0.39.7",
|
|
"private": true,
|
|
"packageManager": "pnpm@8.6.6",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "pnpm -r run stub && eslint .",
|
|
"test": "pnpm -r run test",
|
|
"build": "pnpm -r run build",
|
|
"prepare": "pnpm -r run stub",
|
|
"release": "bumpp -r && pnpm -r publish"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "workspace:*",
|
|
"bumpp": "^9.1.1",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu",
|
|
"rimraf": "^5.0.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|