Hello from MCP server
{
"name": "browser-tests",
"version": "1.0.0",
"description": "Isolated browser tests for pricebook platform",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:debug": "playwright test --debug",
"test:headed": "playwright test --headed",
"test:report": "playwright show-report",
"install": "npx playwright install"
},
"dependencies": {
"get-port": "^7.1.0"
},
"devDependencies": {
"@playwright/test": "^1.54.1",
"@types/node": "^24.0.14"
}
}