harb/package.json

20 lines
333 B
JSON
Raw Normal View History

{
"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"
]
}