harb/package.json
openhands ca68c339ed fix: CollapseHistory: format profit display + fix package.json name for stable lock file (#245)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 23:43:15 +00:00

19 lines
333 B
JSON

{
"name": "harb",
"devDependencies": {
"@playwright/test": "^1.55.1",
"playwright-mcp": "^0.0.12",
"ethers": "^6.11.1",
"husky": "^9.0.11"
},
"scripts": {
"prepare": "husky",
"test:e2e": "playwright test"
},
"type": "module",
"workspaces": [
"packages/*",
"landing",
"web-app"
]
}