{
  "name": "pi-discord-remote",
  "version": "0.2.4",
  "type": "module",
  "description": "Control your Pi coding-agent session from Discord — each session gets its own auto-created channel",
  "keywords": [
    "pi-package",
    "pi-extension",
    "discord",
    "remote-control"
  ],
  "author": "Chuan Bai",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t2o2/pi-discord-remote.git"
  },
  "homepage": "https://github.com/t2o2/pi-discord-remote#readme",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "demo.gif"
  ],
  "pi": {
    "extensions": [
      "./dist"
    ],
    "image": "https://raw.githubusercontent.com/t2o2/pi-discord-remote/main/assets/banner.jpeg"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "check": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "discord.js": "^14.26.4"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^25.6.2",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6"
  }
}
