You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
414 B

{
"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č <peter@peterbabic.dev> (https://peterbabic.dev/)",
"license": "MIT",
"devDependencies": {
"cypress": "^8.0.0",
"husky": "^7.0.0",
"stop-only": "^3.1.2"
}
}