{
  "name": "@goplausible/algorand-plugin",
  "version": "2.3.7",
  "publishConfig": {
    "access": "public"
  },
  "description": "Algorand blockchain integration for OpenClaw — by GoPlausible",
  "author": "GoPlausible <info@goplausible.com>",
  "homepage": "https://goplausible.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoPlausible/openclaw-algorand-plugin"
  },
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "algorand",
    "blockchain",
    "mcp",
    "x402",
    "goplausible"
  ],
  "license": "MIT",
  "type": "module",
  "main": "index.ts",
  "scripts": {
    "build": "rm -rf dist && tsc && test -f dist/index.js && test -f dist/setup.js && test -f dist/lib/mcp-servers.js",
    "tag": "git tag -a \"v$npm_package_version\" -m \"v$npm_package_version\" && git push origin \"v$npm_package_version\"",
    "retag": "git tag -d \"v$npm_package_version\" 2>/dev/null; git push origin \":refs/tags/v$npm_package_version\" 2>/dev/null; git tag -a \"v$npm_package_version\" -m \"v$npm_package_version\" && git push origin \"v$npm_package_version\"",
    "prepublishOnly": "npm run build",
    "publish:npm": "npm publish --access public",
    "publish:clawhub": "npm run build && clawhub package publish . --family code-plugin --name @goplausible/algorand-plugin --display-name 'Algorand Plugin' --version \"$npm_package_version\" --tags latest --source-repo GoPlausible/openclaw-algorand-plugin --source-commit \"$(git rev-parse \"v$npm_package_version\")\" --source-ref \"v$npm_package_version\""
  },
  "files": [
    "index.ts",
    "setup.ts",
    "lib/",
    "dist/",
    "skills/",
    "memory/",
    "openclaw.plugin.json"
  ],
  "openclaw": {
    "extensions": ["./index.ts"],
    "build": {
      "openclawVersion": "2026.3.14"
    },
    "compat": {
      "pluginApi": ">=2026.3.14",
      "minGatewayVersion": "2026.3.14"
    }
  },
  "dependencies": {
    "@clack/prompts": "0.7.0",
    "@goplausible/algorand-mcp": "4.4.0"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.14"
  },
  "devDependencies": {
    "@types/node": "20.0.0"
  }
}
