Initial commit

This commit is contained in:
2026-01-22 21:26:43 -03:00
commit 85726333b1
8 changed files with 2131 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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"
}
}