playwright/packages/recorder/package.json

12 lines
189 B
JSON
Raw Normal View History

{
"name": "recorder",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview"
}
}