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": {
2022-06-21 22:20:26 +00:00
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
2022-05-12 18:46:50 +00:00
"husky": "^8.0.1",
2022-06-21 22:20:26 +00:00
"lint-staged": "^13.0.2",
"prettier": "^2.7.1"
},
"workspaces": [
"packages/*"
],
2022-05-23 17:05:58 +00:00
"packageManager": "yarn@3.2.1"
}