{ "name": "cypress-husky-stop-only", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky install" }, "author": "Peter Babič (https://peterbabic.dev/)", "license": "MIT", "devDependencies": { "cypress": "^8.0.0", "husky": "^7.0.0", "stop-only": "^3.1.2" } }