Files
AFFiNE-Mirror/tests/blocksuite/package.json
T
2026-06-19 13:20:39 +00:00

18 lines
424 B
JSON

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