2019-07-18 03:27:54 +08:00
|
|
|
{
|
2020-07-18 22:13:58 +08:00
|
|
|
"name": "@antfu/eslint-config-monorepo",
|
2022-05-13 23:22:44 +08:00
|
|
|
"version": "0.23.1",
|
2022-05-03 01:12:21 +08:00
|
|
|
"packageManager": "pnpm@7.0.0",
|
2022-03-10 20:19:52 +08:00
|
|
|
"private": true,
|
2019-07-18 03:42:37 +08:00
|
|
|
"license": "MIT",
|
2021-03-15 01:53:40 +08:00
|
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
2019-07-18 03:27:54 +08:00
|
|
|
"scripts": {
|
2022-03-10 20:16:17 +08:00
|
|
|
"lint": "eslint .",
|
2022-04-02 23:18:43 +08:00
|
|
|
"prepare": "pnpm -r run stub",
|
2022-03-31 16:10:36 +08:00
|
|
|
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
|
2019-07-18 03:42:37 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-12 19:42:30 +08:00
|
|
|
"@antfu/eslint-config": "*",
|
2022-03-31 16:10:36 +08:00
|
|
|
"bumpp": "^7.1.1",
|
2022-04-23 09:23:11 +08:00
|
|
|
"eslint": "^8.14.0",
|
2022-04-02 23:18:36 +08:00
|
|
|
"eslint-plugin-antfu": "workspace:*",
|
2022-05-03 01:12:21 +08:00
|
|
|
"typescript": "^4.6.4"
|
2019-07-18 03:27:54 +08:00
|
|
|
}
|
|
|
|
}
|