{
  "name": "@mporenta/pi-discord-remote",
  "version": "0.3.14",
  "description": "Pi extension: bidirectional Discord remote control for a local Pi coding-agent session.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "coding-agent",
    "ai",
    "agents",
    "cli",
    "discord",
    "discord-bot",
    "remote"
  ],
  "files": [
    "index.ts",
    "README.md",
    "nginx.conf.sample"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "test": "node test-launcher.mjs",
    "pack:dry-run": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-agent-core": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "dependencies": {
    "discord.js": "^14.16.3"
  },
  "engines": {
    "node": ">=20.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mporenta/pi-dev.git",
    "directory": "extensions/discord-remote"
  },
  "bugs": {
    "url": "https://github.com/mporenta/pi-dev/issues"
  },
  "homepage": "https://github.com/mporenta/pi-dev/tree/main/extensions/discord-remote#readme"
}
