package.json 368 B

123456789101112131415
  1. {
  2. "name": "olivetin-integration-tests",
  3. "version": "1.0.0",
  4. "repository": "https://github.com/OliveTin/OliveTin-integration-tests",
  5. "description": "The cypress WebUI tests",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cypress": "^8.3.0"
  14. }
  15. }