harb/package.json
johba 1645865c5a first integration tests (#64)
resolves #60

Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/64
2025-10-05 19:40:14 +02:00

13 lines
245 B
JSON

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