2022-05-05 15:19:35 +00:00
|
|
|
{
|
|
|
|
"name": "cookie-dialog-monster",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2024-02-16 08:23:26 +00:00
|
|
|
"build": "yarn workspaces foreach --all -p run build",
|
|
|
|
"lint": "yarn workspaces foreach --all -p run lint",
|
|
|
|
"prepare": "husky"
|
2022-05-05 15:19:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-04 12:21:50 +00:00
|
|
|
"@commitlint/cli": "^19.2.2",
|
|
|
|
"@commitlint/config-conventional": "^19.2.2",
|
2024-02-16 08:23:26 +00:00
|
|
|
"husky": "^9.0.11",
|
|
|
|
"lint-staged": "^15.2.2",
|
|
|
|
"prettier": "^3.2.5"
|
2022-05-05 15:19:35 +00:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2023-10-25 06:58:53 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "20.x"
|
|
|
|
},
|
2024-05-04 12:21:50 +00:00
|
|
|
"packageManager": "yarn@4.2.1"
|
2022-05-05 15:19:35 +00:00
|
|
|
}
|