mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-16 03:33:03 +03:00
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"name": "@affine-test/affine-desktop-cloud",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "DEBUG=pw:browser yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine-test/kit": "workspace:*",
|
|
"@playwright/test": "=1.44.1",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"fs-extra": "^11.2.0"
|
|
},
|
|
"version": "0.15.0"
|
|
}
|