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-01-12 17:10:53 +00:00
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2"
},
"workspaces": [
"packages/*"
],
2022-11-29 18:54:18 +00:00
"packageManager": "yarn@3.3.0"
}