Files
hoppscotch/package.json
2021-09-16 22:24:21 +05:30

27 lines
655 B
JSON

{
"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"
}
}