2019-07-18 03:27:54 +08:00
|
|
|
{
|
2020-07-18 22:13:58 +08:00
|
|
|
"name": "@antfu/eslint-config-monorepo",
|
2023-07-04 17:32:56 +08:00
|
|
|
"version": "0.39.7",
|
2022-03-10 20:19:52 +08:00
|
|
|
"private": true,
|
2023-07-04 17:32:40 +08:00
|
|
|
"packageManager": "pnpm@8.6.6",
|
2021-03-15 01:53:40 +08:00
|
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
2022-05-25 07:02:45 +08:00
|
|
|
"license": "MIT",
|
2019-07-18 03:27:54 +08:00
|
|
|
"scripts": {
|
2023-05-05 18:27:27 +08:00
|
|
|
"lint": "pnpm -r run stub && eslint .",
|
2022-08-08 18:17:10 +08:00
|
|
|
"test": "pnpm -r run test",
|
2023-04-18 19:56:51 +08:00
|
|
|
"build": "pnpm -r run build",
|
2022-04-02 23:18:43 +08:00
|
|
|
"prepare": "pnpm -r run stub",
|
2023-02-25 06:59:07 +08:00
|
|
|
"release": "bumpp -r && pnpm -r publish"
|
2019-07-18 03:42:37 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-29 21:52:45 +08:00
|
|
|
"@antfu/eslint-config": "workspace:*",
|
2023-07-04 17:32:40 +08:00
|
|
|
"bumpp": "^9.1.1",
|
|
|
|
"eslint": "^8.44.0",
|
2023-04-03 23:19:24 +08:00
|
|
|
"eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu",
|
2023-05-23 18:42:31 +08:00
|
|
|
"rimraf": "^5.0.1",
|
2023-07-04 17:32:40 +08:00
|
|
|
"typescript": "^5.1.6"
|
2019-07-18 03:27:54 +08:00
|
|
|
}
|
|
|
|
}
|