23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"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",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.2.2",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"prettier": "^3.2.5"
|
|
},
|
|
"engines": {
|
|
"node": "20.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|