package.json 209 B

123456789101112
  1. {
  2. "version": "1.0.0",
  3. "description": "",
  4. "scripts": {
  5. "test": "echo \"Error: no test specified\" && exit 1"
  6. },
  7. "author": "",
  8. "license": "ISC",
  9. "dependencies": {
  10. "cypress": "^7.5.0"
  11. }
  12. }