22 lines
498 B
JSON
22 lines
498 B
JSON
{
|
|
"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": "^17.3.0",
|
|
"@commitlint/config-conventional": "^17.3.0",
|
|
"husky": "^8.0.2",
|
|
"lint-staged": "^13.0.4",
|
|
"prettier": "^2.8.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"packageManager": "yarn@3.3.0"
|
|
}
|