{ "name": "hoppscotch-app", "version": "2.0.0", "description": "Open source API development ecosystem", "author": "Hoppscotch (support@hoppscotch.io)", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "preinstall": "npx only-allow pnpm", "prepare": "husky install", "dev": "pnpm -r dev", "lintfix": "pnpm -r lintfix", "pre-commit": "pnpm -r lint" }, "workspaces": [ "./packages/*" ], "dependencies": { "husky": "^7.0.2", "lint-staged": "^11.1.2" }, "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0" } }