{
  "name": "@scottrbk/browser-screenshot",
  "version": "1.0.0",
  "description": "A pi extension that lets the agent take screenshots of web pages",
  "license": "MIT",
  "author": "Scott",
  "repository": {
    "type": "git",
    "url": "https://github.com/ScottRBK/pi-browser-screenshot-extension.git"
  },
  "keywords": ["pi-package"],
  "main": "./browser-screenshot.ts",
  "dependencies": {
    "playwright": "^1.61.0"
  },
  "pi": {
    "extensions": ["./browser-screenshot.ts"]
  }
}