mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 14:02:07 +03:00
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"name": "@affine-test/affine-local",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@playwright/test": "=1.48.2"
|
|
},
|
|
"version": "0.18.0"
|
|
}
|