eslint-config/package.json
2022-09-03 13:03:44 +08:00

22 lines
629 B
JSON

{
"name": "@antfu/eslint-config-monorepo",
"version": "0.26.3",
"private": true,
"packageManager": "pnpm@7.1.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 package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "*",
"bumpp": "^8.2.1",
"eslint": "^8.23.0",
"eslint-plugin-antfu": "workspace:*",
"typescript": "^4.8.2"
}
}