cookie-dialog-monster/package.json

22 lines
498 B
JSON
Raw Normal View History

{
"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-05-20 15:24:27 +00:00
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
2023-01-12 17:10:53 +00:00
"husky": "^8.0.3",
2023-05-20 15:24:27 +00:00
"lint-staged": "^13.2.2",
2023-05-20 18:21:35 +00:00
"prettier": "^2.8.8"
},
"workspaces": [
"packages/*"
],
2022-11-29 18:54:18 +00:00
"packageManager": "yarn@3.3.0"
}