2022-05-05 15:19:35 +00:00
|
|
|
{
|
|
|
|
"name": "cookie-dialog-monster",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "yarn workspaces foreach -p run build",
|
|
|
|
"lint": "yarn workspaces foreach -p run lint",
|
|
|
|
"prepare": "husky install"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^16.2.4",
|
|
|
|
"@commitlint/config-conventional": "^16.2.4",
|
2022-05-12 18:46:50 +00:00
|
|
|
"husky": "^8.0.1",
|
2022-05-05 15:19:35 +00:00
|
|
|
"lint-staged": "^12.4.1",
|
|
|
|
"prettier": "^2.6.2"
|
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"packageManager": "yarn@3.2.0"
|
|
|
|
}
|