mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"name": "@affine-test/affine-local",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine-tools/cli": "workspace:*",
|
|
"@affine-tools/utils": "workspace:*",
|
|
"@playwright/test": "=1.52.0",
|
|
"webpack": "^5.102.1"
|
|
},
|
|
"version": "0.26.0"
|
|
}
|