mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03:00
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"ansi-to-html": "^0.7.2"
|
|
}
|
|
}
|