AFFiNE/tests/affine-plugin/package.json

14 lines
293 B
JSON
Raw Normal View History

2023-07-29 05:43:52 +03:00
{
"name": "@affine-test/affine-plugin",
"private": true,
"scripts": {
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.36.2"
},
2023-08-05 03:34:31 +03:00
"version": "0.8.0-canary.11"
2023-07-29 05:43:52 +03:00
}