{
  "name": "wechaty-puppet-claw-wechat",
  "version": "0.0.10",
  "description": "Wechaty Puppet for claw wechat",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "dist": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/server.js",
    "test": "NODE_OPTIONS='--experimental-vm-modules' jest --config jest.config.cjs",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint --fix \"src/**/*.ts\"",
    "example": "TS_NODE_PROJECT=tsconfig.esm.json node --loader ts-node/esm --no-warnings example/bot.ts",
    "example:simple": "TS_NODE_PROJECT=tsconfig.esm.json node --loader ts-node/esm --no-warnings example/simple.ts",
    "example:test": "TS_NODE_PROJECT=tsconfig.esm.json node --loader ts-node/esm --no-warnings example/test-api.ts"
  },
  "keywords": [
    "wechaty",
    "puppet",
    "Claw",
    "wechat",
    "chatbot"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@juzi/file-box": "^1.8.2",
    "@juzi/wechaty": "^1.0.0",
    "@juzi/wechaty-puppet": "^1.0.130",
    "@juzi/wechaty-puppet-service": "^1.0.0",
    "file-box": "^1.4.15",
    "flash-store": "^1.0.6",
    "fs-extra": "^11.3.3",
    "lru-cache": "^11.2.4"
  },
  "devDependencies": {
    "@chatie/eslint-config": "^1.0.4",
    "@chatie/git-scripts": "^0.6.2",
    "@chatie/semver": "^0.4.7",
    "@grpc/grpc-js": "1.9.14",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "@types/qrcode-terminal": "^0.12.2",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.52.0",
    "eslint": "^9.39.2",
    "eslint-plugin-n": "^15.6.1",
    "jest": "^29.0.0",
    "pkg-jq": "^0.2.11",
    "qrcode-terminal": "^0.12.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.2",
    "tstest": "^1.2.8",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.53.1"
  },
  "peerDependencies": {
    "@juzi/wechaty": "^1.0.0"
  },
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "files": [
    "bin/",
    "dist/"
  ],
  "git": {
    "scripts": {
      "pre-push": "npx git-scripts-pre-push"
    }
  }
}
