mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 07:51:31 +03:00
13 lines
260 B
JSON
13 lines
260 B
JSON
|
{
|
||
|
"name": "@affine-test/affine-cloud",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"e2e": "yarn playwright test"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@affine-test/fixtures": "workspace:*",
|
||
|
"@affine-test/kit": "workspace:*",
|
||
|
"@playwright/test": "^1.37.0"
|
||
|
}
|
||
|
}
|