eslint-config/package.json

14 lines
323 B
JSON
Raw Normal View History

2019-07-18 03:27:54 +08:00
{
"name": "@antfu/eslint-config",
"version": "0.1.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
2019-07-18 03:27:54 +08:00
"scripts": {
"postinstall": "lerna bootstrap",
"release": "lerna publish --conventional-commits"
},
"devDependencies": {
"lerna": "^3.14.1"
2019-07-18 03:27:54 +08:00
}
}