7e82e51fca
v0.1.1 v0.1.2 v0.1.3 v0.1.4
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"name": "@antfu/eslint-config",
|
|
"version": "0.1.0",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "lerna bootstrap",
|
|
"release": "lerna publish --conventional-commits"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^3.14.1"
|
|
}
|
|
}
|