mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 16:10:50 +03:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"name": "@affine-test/affine-local",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine-test/kit": "workspace:*",
|
|
"@playwright/test": "^1.36.2"
|
|
},
|
|
"version": "0.8.0-canary.4"
|
|
}
|