2025-09-24 12:12:38 +00:00
|
|
|
{
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.55.1",
|
2025-10-05 19:40:14 +02:00
|
|
|
"playwright-mcp": "^0.0.12",
|
|
|
|
|
"ethers": "^6.11.1",
|
|
|
|
|
"husky": "^9.0.11"
|
2025-10-03 16:51:44 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2025-10-05 19:40:14 +02:00
|
|
|
"prepare": "husky",
|
|
|
|
|
"test:e2e": "playwright test"
|
|
|
|
|
},
|
2026-02-19 20:18:27 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"packages/*",
|
|
|
|
|
"landing",
|
|
|
|
|
"web-app"
|
|
|
|
|
]
|
2025-09-24 12:12:38 +00:00
|
|
|
}
|