{
  "name": "pi-open-browser",
  "version": "0.0.0",
  "description": "A pi extension to open URLs in the user's default browser",
  "repository": {
    "type": "git",
    "url": "git@github.com:richardanaya/pi-open-browser.git"
  },
  "license": "MIT",
  "author": "Richard Anaya",
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "type": "commonjs",
  "main": "index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "open": "^10.0.0"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "browser",
    "open"
  ],
  "devDependencies": {
    "@types/node": "^25.6.0",
    "typescript": "^6.0.2"
  }
}
