Initial commit
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user