{
  "name": "@trueconf-community/trueconf-openclaw-channel",
  "version": "1.2.10",
  "description": "Connect OpenClaw to TrueConf Server corporate messenger.",
  "type": "module",
  "main": "./dist/index.js",
  "license": "MIT",
  "author": "TrueConf LLC <info@trueconf.com> (https://trueconf.com)",
  "contributors": [
    "Aleksandr Ponomarev <sanyasamineva@gmail.com> (https://github.com/sanyasamineva0x)"
  ],
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "openclaw-channel",
    "trueconf",
    "chatbot",
    "channel"
  ],
  "homepage": "https://github.com/TrueConf/trueconf-openclaw-channel#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TrueConf/trueconf-openclaw-channel.git"
  },
  "bugs": {
    "url": "https://github.com/TrueConf/trueconf-openclaw-channel/issues"
  },
  "files": [
    "bin/",
    "dist/",
    "index.ts",
    "src/",
    "openclaw.plugin.json",
    "README.md",
    "LICENSE",
    "llms.txt",
    "llms-full.txt"
  ],
  "bin": {
    "trueconf-setup": "./bin/trueconf-setup.mjs"
  },
  "engines": {
    "node": ">=22.14.0"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "setupEntry": "./dist/src/setup-entry.js",
    "compat": {
      "pluginApi": ">=2026.3.22",
      "minGatewayVersion": "2026.3.22"
    },
    "install": {
      "npmSpec": "@trueconf-community/trueconf-openclaw-channel"
    },
    "channel": {
      "id": "trueconf",
      "label": "TrueConf",
      "selectionLabel": "TrueConf Server",
      "docsPath": "/channels/trueconf",
      "blurb": "Connect OpenClaw to TrueConf Server corporate messenger.",
      "aliases": [
        "tc"
      ],
      "order": 80
    }
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "@sinclair/typebox": "^0.34.48",
    "jiti": "^2.6.1",
    "sharp": "^0.34.5",
    "undici": "^7.0.0",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^4.1.0",
    "openclaw": ">=2026.3.22",
    "oxfmt": "^0.42.0",
    "oxlint": "^1.57.0",
    "tsc-alias": "^1.8.10",
    "typescript": "^5.3.0",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.22"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run",
    "test:smoke": "vitest run tests/smoke",
    "test:watch": "vitest",
    "lint": "oxlint .",
    "typecheck": "tsc --noEmit",
    "build": "tsc && tsc-alias && node scripts/copy-runtime-assets.mjs",
    "setup": "node ./bin/trueconf-setup.mjs",
    "build:llms": "node scripts/build-llms-full.mjs",
    "prepack": "node scripts/build-llms-full.mjs && node scripts/scan-tarball.mjs"
  }
}
