package.json 255 B

123456789101112
  1. {
  2. "name": "cinestudio-e2e",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "Playwright end-to-end tests for the Cine Studio ArozOS WebApp",
  6. "scripts": {
  7. "test": "node run.js"
  8. },
  9. "devDependencies": {
  10. "playwright": "1.56.1"
  11. }
  12. }