{
  "name": "openclaw-sync-assistant",
  "version": "0.1.5",
  "description": "An OpenClaw plugin for P2P file and data synchronization using Hyperswarm and Hyperdrive ecosystem.",
  "main": "index.js",
  "type": "commonjs",
  "openclaw": {
    "extensions": [
      "./index.js"
    ]
  },
  "scripts": {
    "dev": "openclaw plugins install .",
    "build": "echo \"No build step required for this CommonJS plugin.\" && exit 0",
    "test": "node test.js",
    "lint": "eslint .",
    "format": "prettier --write \"**/*.{js,json,md}\"",
    "prepublishOnly": "npm run format && npm run lint && npm run test"
  },
  "keywords": [
    "openclaw",
    "plugin",
    "sync",
    "p2p",
    "hyperswarm",
    "hyperdrive",
    "corestore",
    "cli"
  ],
  "author": "dsda56180",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsda56180/openclaw-sync-assistant.git"
  },
  "bugs": {
    "url": "https://github.com/dsda56180/openclaw-sync-assistant/issues"
  },
  "homepage": "https://github.com/dsda56180/openclaw-sync-assistant#readme",
  "files": [
    "index.js",
    "openclaw.plugin.json",
    "src"
  ],
  "dependencies": {
    "@clack/prompts": "^0.9.0",
    "b4a": "^1.6.6",
    "chokidar": "^5.0.0",
    "corestore": "^7.9.2",
    "hyperdrive": "^13.3.1",
    "hyperswarm": "^4.17.0",
    "localdrive": "^2.2.1",
    "picocolors": "^1.1.1",
    "simple-git": "^3.33.0"
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "prettier": "^3.2.5"
  }
}
