mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 01:54:54 +03:00
18 lines
435 B
JSON
18 lines
435 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:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@playwright/test": "^1.41.2",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"fs-extra": "^11.2.0",
|
|
"playwright": "^1.41.2"
|
|
},
|
|
"version": "0.12.0"
|
|
}
|