Files
AFFiNE-Mirror/tests/blocksuite/package.json
2025-04-07 16:10:32 +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.51.1",
"@toeverything/theme": "^1.1.12",
"json-stable-stringify": "^1.2.1",
"rxjs": "^7.8.1"
},
"version": "0.21.0"
}