mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 01:12:04 +03:00
14 lines
292 B
JSON
14 lines
292 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.38.1"
|
|
},
|
|
"version": "0.9.0-canary.13"
|
|
}
|