{ "name": "aniworld-web", "version": "1.0.0", "description": "Aniworld Anime Download Manager - Web Frontend", "type": "module", "scripts": { "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "test:e2e:debug": "playwright test --debug", "playwright:install": "playwright install --with-deps chromium" }, "devDependencies": { "@playwright/test": "^1.41.0", "@vitest/coverage-v8": "^1.2.0", "@vitest/ui": "^1.2.0", "happy-dom": "^13.3.5", "vitest": "^1.2.0" }, "engines": { "node": ">=18.0.0" } }