mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 09:32:51 +03:00
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"name": "@affine-test/affine-desktop",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "DEBUG=pw:browser yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine-test/kit": "workspace:*",
|
|
"@playwright/test": "^1.39.0",
|
|
"@types/fs-extra": "^11.0.2",
|
|
"fs-extra": "^11.1.1",
|
|
"playwright": "^1.39.0"
|
|
},
|
|
"version": "0.10.3-canary.2"
|
|
}
|