cookie-dialog-monster/package.json

25 lines
542 B
JSON
Raw Normal View History

{
"name": "cookie-dialog-monster",
"private": true,
"version": "1.0.0",
"scripts": {
2024-02-16 08:23:26 +00:00
"build": "yarn workspaces foreach --all -p run build",
"lint": "yarn workspaces foreach --all -p run lint",
"prepare": "husky"
},
"devDependencies": {
2024-05-04 12:21:50 +00:00
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
2024-02-16 08:23:26 +00:00
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"workspaces": [
"packages/*"
],
2023-10-25 06:58:53 +00:00
"engines": {
"node": "20.x"
},
2024-05-04 12:21:50 +00:00
"packageManager": "yarn@4.2.1"
}