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-05-17 14:44:27 +00:00
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
2022-05-12 18:46:50 +00:00
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@3.2.0"
}