2025-09-24 12:12:38 +00:00
|
|
|
{
|
2026-02-24 23:43:15 +00:00
|
|
|
"name": "harb",
|
2025-09-24 12:12:38 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.55.1",
|
2026-03-03 20:58:01 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.45.0",
|
|
|
|
|
"eslint": "^9.36.0",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
2025-10-05 19:40:14 +02:00
|
|
|
"ethers": "^6.11.1",
|
2026-03-03 20:58:01 +00:00
|
|
|
"husky": "^9.0.11",
|
|
|
|
|
"playwright-mcp": "^0.0.12"
|
2025-10-03 16:51:44 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2025-10-05 19:40:14 +02:00
|
|
|
"prepare": "husky",
|
2026-03-03 20:58:01 +00:00
|
|
|
"test:e2e": "playwright test",
|
|
|
|
|
"lint:tests": "eslint tests/ scripts/harb-evaluator/"
|
2025-10-05 19:40:14 +02:00
|
|
|
},
|
2026-02-19 20:18:27 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"packages/*",
|
|
|
|
|
"landing",
|
|
|
|
|
"web-app"
|
|
|
|
|
]
|
2025-09-24 12:12:38 +00:00
|
|
|
}
|