mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 07:35:33 +03:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"name": "html-reporter",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build && tsc",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"ansi-to-html": "^0.7.2"
|
|
}
|
|
}
|