{
  "name": "@elnora-ai/slack",
  "version": "0.3.2",
  "description": "The entire Slack Web API as a CLI and a Claude Code plugin — 201 methods, agent-friendly JSON, approval-gated sending",
  "type": "module",
  "bin": {
    "elnora-slack": "dist/main.js"
  },
  "main": "dist/main.js",
  "files": [
    "dist/",
    "commands/",
    "skills/",
    "hooks/",
    "spec/",
    "references/*.template.md",
    "templates/",
    ".claude-plugin/",
    "app-manifest.json",
    "AGENTS.md",
    "INSTALL_FOR_AGENTS.md",
    "README.md",
    "SAFETY.md",
    "docs/",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/main.ts",
    "generate": "tsx src/generate.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "biome check src/ __tests__/ bot/src/",
    "lint:fix": "biome check --write src/ __tests__/ bot/src/",
    "format": "biome format --write src/ __tests__/ bot/src/",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "slack",
    "slack-api",
    "claude-code",
    "claude-code-plugin",
    "cli",
    "agent",
    "automation",
    "messaging",
    "elnora"
  ],
  "author": "Elnora AI <opensource@elnora.ai>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Elnora-AI/elnora-slack"
  },
  "bugs": {
    "url": "https://github.com/Elnora-AI/elnora-slack/issues"
  },
  "homepage": "https://github.com/Elnora-AI/elnora-slack",
  "packageManager": "pnpm@10.33.0",
  "devDependencies": {
    "@biomejs/biome": "^2.5.6",
    "@types/node": "^26.1.2",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2",
    "vite": "^8.1.5",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "@slack/web-api": "^8.0.0",
    "commander": "^15.0.0"
  },
  "pnpm": {
    "overrides": {
      "postcss": ">=8.5.10",
      "gaxios": ">=7.3.0",
      "sharp": ">=0.35.0"
    }
  }
}
