cookie-dialog-monster/package.json
2024-05-04 14:21:50 +02:00

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": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": "20.x"
},
"packageManager": "yarn@4.2.1"
}