cookie-dialog-monster/package.json

23 lines
479 B
JSON
Raw Permalink Normal View History

{
"name": "cookie-dialog-monster",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "pnpm -r run build",
"lint": "pnpm -r run lint",
"preinstall": "npx only-allow pnpm",
2024-02-16 08:23:26 +00:00
"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"
},
2023-10-25 06:58:53 +00:00
"engines": {
"node": "20.x"
},
2024-10-15 09:51:07 +00:00
"license": "MIT"
}