{ "name": "cypress-api-automation", "version": "1.0.0", "description": "Test APIs with Cypress as full API Automation framework", "main": "index.js", "scripts": { "test": "npx cypress run --browser chrome" }, "repository": { "type": "git", "url": "git+https://github.com/Wilfredodiazalguera/cypress-api-automation.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Wilfredodiazalguera/cypress-api-automation/issues" }, "homepage": "https://github.com/Wilfredodiazalguera/cypress-api-automation#readme", "devDependencies": { "cypress": "^12.8.1" }, "dependencies": { "cypress-plugin-api": "^2.11.0" } }