AFFiNE/tests/affine-plugin/package.json

14 lines
292 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-07-31 06:33:52 +03:00
"version": "0.8.0-canary.4"
2023-07-29 05:43:52 +03:00
}