Files
AFFiNE-Mirror/tests/blocksuite/package.json
2026-02-07 17:26:44 +08:00

18 lines
407 B
JSON

{
"name": "@affine-test/blocksuite",
"private": true,
"type": "module",
"scripts": {
"test": "yarn playwright test"
},
"dependencies": {
"@blocksuite/affine": "workspace:*",
"@blocksuite/integration-test": "workspace:*",
"@playwright/test": "=1.52.0",
"@toeverything/theme": "^1.1.23",
"json-stable-stringify": "^1.2.1",
"rxjs": "^7.8.2"
},
"version": "0.26.1"
}