playwright/packages/trace-viewer/package.json

12 lines
237 B
JSON
Raw Normal View History

{
"name": "trace-viewer",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"build-sw": "vite --config vite.sw.config.ts build && tsc",
"preview": "vite preview"
}
}