Files
wehub-resource-sync 0232b4e2bb
CI / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:09:51 +08:00

20 lines
438 B
JSON

{
"name": "@flowgram.ai/e2e-fixed-layout",
"version": "0.1.0",
"description": "",
"keywords": [],
"license": "MIT",
"scripts": {
"build": "exit",
"e2e:test": "npx playwright test",
"e2e:update-screenshot": "npx playwright test --update-snapshots"
},
"dependencies": {
"@playwright/test": "^1.55.1"
},
"devDependencies": {
"@flowgram.ai/eslint-config": "workspace:*",
"@types/node": "^18"
}
}