mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 00:32:14 +03:00
18 lines
577 B
JSON
18 lines
577 B
JSON
{
|
|
"name": "@affine-test/affine-migration",
|
|
"description": "AFFiNE migration e2e tests",
|
|
"scripts": {
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine-test/kit": "workspace:*",
|
|
"@blocksuite/block-std": "0.12.0-nightly-202401180838-f0c45fd",
|
|
"@blocksuite/blocks": "0.12.0-nightly-202401180838-f0c45fd",
|
|
"@blocksuite/global": "0.12.0-nightly-202401180838-f0c45fd",
|
|
"@blocksuite/store": "0.12.0-nightly-202401180838-f0c45fd",
|
|
"@playwright/test": "^1.39.0"
|
|
},
|
|
"version": "0.11.0"
|
|
}
|