{
  "name": "disunday",
  "type": "module",
  "version": "1.0.12",
  "description": "Discord bot for controlling OpenCode coding sessions",
  "author": "code-xhyun",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/code-xhyun/disunday.git",
    "directory": "discord"
  },
  "homepage": "https://github.com/code-xhyun/disunday#readme",
  "bugs": {
    "url": "https://github.com/code-xhyun/disunday/issues"
  },
  "keywords": [
    "discord",
    "discord-bot",
    "bot",
    "opencode",
    "opencode-plugin",
    "opencode-plugins",
    "opencode-discord",
    "ai",
    "coding",
    "agent"
  ],
  "bin": {
    "disunday": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsx --env-file .env src/cli.ts",
    "build": "tsc",
    "prepublishOnly": "pnpm build",
    "dev:bun": "DEBUG=1 bun --env-file .env src/cli.ts",
    "watch": "tsx scripts/watch-session.ts",
    "test:events": "tsx test-events.ts",
    "pcm-to-mp3": "bun scripts/pcm-to-mp3",
    "test:send": "tsx send-test-message.ts",
    "register-commands": "tsx scripts/register-commands.ts",
    "format": "oxfmt src"
  },
  "devDependencies": {
    "@opencode-ai/plugin": "^1.1.12",
    "@types/better-sqlite3": "^7.6.13",
    "@types/bun": "latest",
    "@types/heic-convert": "^2.1.0",
    "@types/js-yaml": "^4.0.9",
    "@types/ms": "^2.1.0",
    "@types/node": "^24.3.0",
    "tsx": "^4.20.5"
  },
  "dependencies": {
    "@clack/prompts": "^1.0.0",
    "@discordjs/voice": "^0.19.0",
    "@google/genai": "^1.34.0",
    "@opencode-ai/sdk": "^1.1.31",
    "@purinton/resampler": "^1.0.4",
    "ai": "^5.0.114",
    "better-sqlite3": "^12.3.0",
    "cac": "^6.7.14",
    "discord.js": "^14.16.3",
    "domhandler": "^5.0.3",
    "errore": "^0.10.0",
    "glob": "^13.0.0",
    "htmlparser2": "^10.0.0",
    "js-yaml": "^4.1.0",
    "marked": "^16.3.0",
    "mime": "^4.1.0",
    "picocolors": "^1.1.1",
    "pretty-ms": "^9.3.0",
    "ripgrep-js": "^3.0.0",
    "string-dedent": "^3.0.2",
    "undici": "^7.16.0",
    "xdg-basedir": "^5.1.0",
    "zod": "^4.2.1"
  },
  "optionalDependencies": {
    "@discordjs/opus": "^0.10.0",
    "heic-convert": "^2.1.0",
    "prism-media": "^1.3.5",
    "sharp": "^0.34.5"
  }
}
