{ "name": "mokosh-session-capture", "version": "1.0.0", "description": "Mokosh — Session Capture: Chrome MV3 extension for operator session recording.", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "build:test": "tsc && vite build --mode test --config vite.test.config.ts", "preview": "vite preview", "test": "vitest run", "test:uat": "npm run build:test && tsx tests/uat/harness.test.ts" }, "dependencies": { "jszip": "^3.10.1", "rrweb": "^2.0.0-alpha.4", "ts-ebml": "^3.0.2", "webm-muxer": "^5.1.4" }, "devDependencies": { "@crxjs/vite-plugin": "^2.0.0-beta.25", "@types/chrome": "^0.0.268", "@types/node": "^25.8.0", "puppeteer": "^25.0.2", "tsx": "^4.22.1", "typescript": "^5.5.4", "vite": "^5.4.2", "vite-plugin-node-polyfills": "^0.27.0", "vitest": "^4" } }