{
  "name": "screenshot-server",
  "version": "1.0.0",
  "description": "Playwright-backed screenshot server for the InterfaceGuard VS Code extension",
  "main": "screenshot-server.js",
  "scripts": {
    "start": "node screenshot-server.js",
    "install-browsers": "npx playwright install"
  },
  "keywords": [
    "playwright",
    "screenshot",
    "ux-analyzer"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "playwright": "1.62.0",
    "express": "^4.22.0",
    "cors": "^2.8.5",
    "body-parser": "^1.20.2"
  }
}
