AFFiNE/tests/affine-legacy/0.7.0-canary.18/package.json
2023-06-29 00:40:50 +08:00

18 lines
476 B
JSON

{
"name": "@affine-legacy/0.7.0-canary.18",
"description": "AFFiNE 0.7.0-canary.18 static output",
"scripts": {
"unzip": "unzip affine-web -d static",
"start": "yarn exec serve -s static -l 8081",
"e2e": "playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.33.0",
"playwright": "=1.33.0",
"serve": "^14.2.0"
},
"version": "0.7.0-canary.23"
}