resolves #60 Co-authored-by: johba <johba@harb.eth> Reviewed-on: https://codeberg.org/johba/harb/pulls/64
13 lines
245 B
JSON
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"
|
|
}
|