mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 10:21:37 +03:00
13 lines
247 B
JSON
13 lines
247 B
JSON
|
{
|
||
|
"name": "@affine-test/affine-cloud-copilot",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"e2e": "yarn playwright test"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@affine-test/kit": "workspace:*",
|
||
|
"@playwright/test": "=1.47.2"
|
||
|
},
|
||
|
"version": "0.17.0"
|
||
|
}
|