mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"name": "@posthog/playwright",
|
|
"scripts": {
|
|
"build:products": "pnpm --filter=@posthog/frontend build:products",
|
|
"test": "pnpm build:products && playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "1.45.0",
|
|
"@posthog/frontend": "workspace:*"
|
|
},
|
|
"peerDependencies": {}
|
|
}
|