Files
shooter/package.json
2026-01-22 21:26:43 -03:00

17 lines
391 B
JSON

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