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-01-12 17:10:53 +00:00
|
|
|
"@commitlint/cli": "^17.4.2",
|
|
|
|
"@commitlint/config-conventional": "^17.4.2",
|
|
|
|
"husky": "^8.0.3",
|
|
|
|
"lint-staged": "^13.1.0",
|
|
|
|
"prettier": "^2.8.2"
|
2022-05-05 15:19:35 +00:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2022-11-29 18:54:18 +00:00
|
|
|
"packageManager": "yarn@3.3.0"
|
2022-05-05 15:19:35 +00:00
|
|
|
}
|