Files
Palmr/package.json
Daniel Luiz Alves b908dcf69d chore: clean up project configuration and dependencies
- Removed unused Turborepo configuration files and updated the .gitignore to exclude unnecessary directories.
- Simplified package.json scripts by removing redundant entries related to Turborepo.
- Updated dependencies in pnpm-lock.yaml and package.json for various packages, ensuring compatibility and improved performance.
- Enhanced pnpm workspace configuration by removing obsolete entries and ensuring consistency across applications.
- Added new lint log files for server and web applications to track linting processes.
2025-07-07 01:29:58 -03:00

13 lines
298 B
JSON

{
"name": "palmr-monorepo",
"version": "3.1-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"
}
}