cookie-dialog-monster/package.json

25 lines
537 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-10-25 06:58:53 +00:00
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
2023-01-12 17:10:53 +00:00
"husky": "^8.0.3",
2023-10-25 06:58:53 +00:00
"lint-staged": "^15.0.2",
2023-09-29 15:45:52 +00:00
"prettier": "^3.0.3"
},
"workspaces": [
"packages/*"
],
2023-10-25 06:58:53 +00:00
"engines": {
"node": "20.x"
},
"packageManager": "yarn@4.0.0"
}