mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 00:14:31 +03:00
cdad7edf15
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
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"
|
|
}
|