{
  "name": "miniclawd",
  "version": "0.1.1",
  "description": "A lightweight personal AI assistant with multi-channel support",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "miniclawd": "./dist/index.js"
  },
  "files": [
    "dist",
    "templates",
    "skills"
  ],
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target node && node -e \"const fs=require('fs');const f='dist/index.js';fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace('#!/usr/bin/env bun','#!/usr/bin/env node'))\"",
    "dev": "bun run src/index.ts",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "bun run typecheck && bun run build"
  },
  "keywords": [
    "ai",
    "agent",
    "anthropic",
    "assistant",
    "bot",
    "chatbot",
    "claude",
    "feishu",
    "lark",
    "llm",
    "multi-provider",
    "openai",
    "telegram"
  ],
  "author": "FoundDream",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FoundDream/miniclawd.git"
  },
  "bugs": {
    "url": "https://github.com/FoundDream/miniclawd/issues"
  },
  "homepage": "https://github.com/FoundDream/miniclawd#readme",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@ai-sdk/amazon-bedrock": "^2.2.8",
    "@ai-sdk/anthropic": "^1.2.12",
    "@ai-sdk/google": "^1.2.19",
    "@ai-sdk/openai": "^1.3.22",
    "@larksuiteoapi/node-sdk": "^1.44.0",
    "@mozilla/readability": "^0.5.0",
    "ai": "^4.3.16",
    "commander": "^13.1.0",
    "cron-parser": "^5.0.6",
    "gray-matter": "^4.0.3",
    "grammy": "^1.35.0",
    "linkedom": "^0.18.9",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/bun": "^1.1.14",
    "typescript": "^5.7.3"
  }
}
