{ "name": "shooter", "version": "1.0.0", "description": "Take a screenshoot", "license": "ISC", "author": "Gabriel De Los Rios", "type": "commonjs", "main": "index.js", "scripts": { "shooter": "npx cypress run --spec \"cypress/e2e/shooter/shooter.cy.js\"", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "cypress": "^15.9.0" } }