25 lines
542 B
JSON
25 lines
542 B
JSON
{
|
|
"name": "cookie-dialog-monster",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "yarn workspaces foreach --all -p run build",
|
|
"lint": "yarn workspaces foreach --all -p run lint",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.6.1",
|
|
"@commitlint/config-conventional": "^18.6.2",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"prettier": "^3.2.5"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"engines": {
|
|
"node": "20.x"
|
|
},
|
|
"packageManager": "yarn@4.1.0"
|
|
}
|