AFFiNE/tests/affine-prototype/package.json
2023-08-16 02:43:10 -05:00

14 lines
296 B
JSON

{
"name": "@affine-test/affine-prototype",
"private": true,
"scripts": {
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.37.0"
},
"version": "0.8.0-canary.23"
}