mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"name": "palmr-monorepo",
|
|
"version": "3.2.5-beta",
|
|
"description": "Palmr monorepo with Husky configuration",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.6.0",
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .husky && husky"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.1.7"
|
|
}
|
|
} |