13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"name": "harborforge-frontend-test",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.0",
|
|
"axios": "^1.6.0"
|
|
}
|
|
}
|