mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 00:52:05 +03:00
11 lines
169 B
JSON
11 lines
169 B
JSON
|
{
|
||
|
"name": "recorder",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build && tsc",
|
||
|
"preview": "vite preview"
|
||
|
}
|
||
|
}
|