mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 00:52:05 +03:00
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"name": "trace-viewer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build && tsc",
|
|
"build-sw": "vite --config vite.sw.config.ts build && tsc",
|
|
"preview": "vite preview"
|
|
}
|
|
}
|