Files
mokosh/package.json
Mark ebf015aa0d test(01-02): wave-0 setup — install vitest
- Add vitest@^4 to devDependencies (4.1.6 latest stable; 5.x still beta)
- Add "test": "vitest run" npm script
- Run npm install to refresh node_modules and lock file

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 17:22:51 +02:00

23 lines
527 B
JSON

{
"name": "ai-call-extension",
"version": "1.0.0",
"description": "Browser extension for recording operator sessions",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"rrweb": "^2.0.0-alpha.4",
"jszip": "^3.10.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.25",
"@types/chrome": "^0.0.268",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^4"
}
}