{
  "name": "@alexlikevibe/pi-load",
  "version": "0.1.1",
  "description": "/load command for pi – resume a shared session from a URL",
  "keywords": [
    "pi-package",
    "pi",
    "extension"
  ],
  "license": "MIT",
  "author": "iefnaf",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iefnaf/pi-load.git"
  },
  "bugs": {
    "url": "https://github.com/iefnaf/pi-load/issues"
  },
  "homepage": "https://github.com/iefnaf/pi-load#readme",
  "type": "module",
  "scripts": {
    "test": "bun test"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./extensions/load/index.ts"
    ]
  }
}
