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": {
|
2023-09-29 15:45:52 +00:00
|
|
|
"@commitlint/cli": "^17.7.2",
|
|
|
|
"@commitlint/config-conventional": "^17.7.0",
|
2023-01-12 17:10:53 +00:00
|
|
|
"husky": "^8.0.3",
|
2023-09-29 15:45:52 +00:00
|
|
|
"lint-staged": "^14.0.1",
|
|
|
|
"prettier": "^3.0.3"
|
2022-05-05 15:19:35 +00:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2023-09-29 15:45:52 +00:00
|
|
|
"packageManager": "yarn@3.6.3"
|
2022-05-05 15:19:35 +00:00
|
|
|
}
|