mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 20:03:03 +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"
|
|
}
|
|
}
|