Files
AFFiNE-Mirror/tests/blocksuite/package.json
T

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.58.2",
"@toeverything/theme": "^1.1.23",
"json-stable-stringify": "^1.2.1"
},
"version": "0.26.3"
}