2019-07-18 03:27:54 +08:00
|
|
|
{
|
2020-07-18 22:13:58 +08:00
|
|
|
"name": "@antfu/eslint-config-monorepo",
|
2019-07-18 03:42:37 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"license": "MIT",
|
2021-03-15 01:53:40 +08:00
|
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
2020-07-18 22:13:58 +08:00
|
|
|
"private": true,
|
2019-07-18 03:27:54 +08:00
|
|
|
"scripts": {
|
2020-07-18 22:08:29 +08:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2021-03-15 01:53:40 +08:00
|
|
|
"lint": "npx eslint --ext .js,.json,.vue --fix .",
|
2020-08-12 19:42:59 +08:00
|
|
|
"release": "lerna publish --conventional-commits"
|
2019-07-18 03:42:37 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-12 19:42:30 +08:00
|
|
|
"@antfu/eslint-config": "*",
|
2021-10-16 21:49:55 +08:00
|
|
|
"eslint": "^8.0.1",
|
2021-03-13 21:11:35 +08:00
|
|
|
"lerna": "^4.0.0",
|
2021-10-16 21:49:55 +08:00
|
|
|
"typescript": "^4.4.4"
|
2019-07-18 03:27:54 +08:00
|
|
|
}
|
|
|
|
}
|