mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 12:21:49 +03:00
16 lines
377 B
JSON
16 lines
377 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.37.1",
|
||
|
"@types/fs-extra": "^11.0.1",
|
||
|
"fs-extra": "^11.1.1"
|
||
|
},
|
||
|
"version": "0.9.0-canary.8"
|
||
|
}
|