20 lines
563 B
JSON
20 lines
563 B
JSON
{
|
|
"name": "@antfu/eslint-config-monorepo",
|
|
"version": "0.19.3",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"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": "^7.1.1",
|
|
"eslint": "^8.12.0",
|
|
"eslint-plugin-antfu": "workspace:*",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|