{ "name": "ohm-streaming", "version": "1.0.0", "description": "Ohm Stream Downloader - Frontend JavaScript Tests", "type": "module", "scripts": { "test": "vitest run", "test:watch": "vitest" }, "devDependencies": { "@playwright/test": "^1.58.2", "jsdom": "^29.0.0", "vitest": "^1.0.0" } }