mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "@affine-test/affine-desktop-cloud",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "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.16.0"
|
|
}
|