eslint-config/package.json

23 lines
653 B
JSON
Raw Permalink Normal View History

2019-07-18 03:27:54 +08:00
{
2020-07-18 22:13:58 +08:00
"name": "@antfu/eslint-config-monorepo",
2022-12-13 01:05:13 +08:00
"version": "0.34.0",
2022-03-10 20:19:52 +08:00
"private": true,
2022-05-25 05:09:36 +08:00
"packageManager": "pnpm@7.1.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": {
2022-03-10 20:16:17 +08:00
"lint": "eslint .",
2022-08-08 18:17:10 +08:00
"test": "pnpm -r run test",
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"
},
"devDependencies": {
2020-08-12 19:42:30 +08:00
"@antfu/eslint-config": "*",
2022-08-08 18:15:43 +08:00
"bumpp": "^8.2.1",
2022-12-13 01:05:07 +08:00
"eslint": "^8.29.0",
2022-04-02 23:18:36 +08:00
"eslint-plugin-antfu": "workspace:*",
2022-10-26 16:42:07 +08:00
"rimraf": "^3.0.2",
2022-12-13 01:05:07 +08:00
"typescript": "^4.9.4"
2019-07-18 03:27:54 +08:00
}
}