eslint-config/package.json

24 lines
666 B
JSON
Raw Normal View History

2019-07-18 03:27:54 +08:00
{
2020-07-18 22:13:58 +08:00
"name": "@antfu/eslint-config-monorepo",
2023-04-04 14:56:34 +08:00
"version": "0.38.4",
2022-03-10 20:19:52 +08:00
"private": true,
2023-04-18 19:56:00 +08:00
"packageManager": "pnpm@8.3.0",
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-04-18 19:56:51 +08:00
"lint": "pnpm 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"
},
"devDependencies": {
2023-03-29 21:52:45 +08:00
"@antfu/eslint-config": "workspace:*",
2023-04-04 14:56:29 +08:00
"bumpp": "^9.1.0",
2023-04-18 19:56:00 +08:00
"eslint": "^8.38.0",
2023-04-03 23:19:24 +08:00
"eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu",
2023-04-18 19:56:00 +08:00
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
2019-07-18 03:27:54 +08:00
}
}