{
  "name": "@askalf/claude-bridge",
  "version": "0.1.0",
  "description": "Bridge Claude Code sessions to Discord. Stay in sync on the go.",
  "type": "module",
  "bin": {
    "claude-bridge": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "hooks",
    "README.md",
    "LICENSE",
    "SECURITY.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "test": "node --test test/*.test.mjs",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "discord.js": "^14.26.3"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "tsx": "^4.19.0",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "askalf",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/askalf/claude-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/askalf/claude-bridge/issues"
  },
  "homepage": "https://github.com/askalf/claude-bridge#readme",
  "keywords": [
    "claude",
    "claude-code",
    "discord",
    "bot",
    "agent",
    "remote-control",
    "anthropic",
    "ai",
    "llm",
    "dario"
  ]
}
