{
  "name": "@agentlayer.tech/wallet",
  "version": "0.1.91",
  "description": "Universal AgentLayer wallet installer for OpenClaw, Codex, Claude Code, and Hermes.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/lopushok9/Agent-Layer.git"
  },
  "bugs": {
    "url": "https://github.com/lopushok9/Agent-Layer/issues"
  },
  "homepage": "https://github.com/lopushok9/Agent-Layer#readme",
  "bin": {
    "wallet": "./bin/openclaw-agent-wallet.mjs"
  },
  "scripts": {
    "check": "node --check bin/openclaw-agent-wallet.mjs && node --test bin/lib/host-detection.test.mjs",
    "build:openclaw-plugins": "node scripts/manage_openclaw_plugin_packages.mjs build",
    "check:openclaw-plugins": "node scripts/manage_openclaw_plugin_packages.mjs check",
    "check:release-version": "node scripts/check_release_version.mjs",
    "test:release-promotion": "node --test scripts/validate_npm_promotion.test.mjs",
    "version:sync": "node scripts/sync_version.mjs",
    "release:local": "node scripts/release_local.mjs",
    "test:npm-installer": "python3 agent-wallet/tests/smoke_npm_installer.py",
    "test:universal-installer": "node --test bin/lib/host-detection.test.mjs && python3 agent-wallet/tests/smoke_universal_installer.py",
    "test:published-floor-upgrade": "python3 agent-wallet/tests/e2e_install_upgrade_from_published_npm.py",
    "pack:dry-run": "npm pack --dry-run"
  },
  "files": [
    "bin/",
    "VERSION",
    "scripts/check_release_version.mjs",
    "scripts/version_targets.mjs",
    "setup.sh",
    "install-from-github.sh",
    "README.md",
    "CHANGELOG.md",
    "RELEASING.md",
    "LICENSE*",
    "agent-wallet/agent_wallet/",
    "agent-wallet/scripts/",
    "agent-wallet/skills/",
    "agent-wallet/examples/",
    "agent-wallet/.env.example",
    "agent-wallet/AGENTS.md",
    "agent-wallet/README.md",
    "agent-wallet/UPGRADE_COMPATIBILITY.md",
    "agent-wallet/openclaw.plugin.json",
    "agent-wallet/pyproject.toml",
    ".openclaw/AGENTS.md",
    ".openclaw/extensions/agent-wallet/",
    ".claude-plugin/marketplace.json",
    "codex/plugins/agent-wallet/",
    "claude-code/plugins/agent-wallet/",
    "hermes/plugins/agent_wallet/",
    "wdk-btc-wallet/src/",
    "wdk-btc-wallet/bootstrap.sh",
    "wdk-btc-wallet/run-local.sh",
    "wdk-btc-wallet/README.md",
    "wdk-btc-wallet/package.json",
    "wdk-btc-wallet/package-lock.json",
    "wdk-btc-wallet/.env.example",
    "wdk-evm-wallet/src/",
    "wdk-evm-wallet/bootstrap.sh",
    "wdk-evm-wallet/run-local.sh",
    "wdk-evm-wallet/README.md",
    "wdk-evm-wallet/package.json",
    "wdk-evm-wallet/package-lock.json",
    "wdk-evm-wallet/.env.example",
    "!agent-wallet/**/__pycache__/**",
    "!agent-wallet/**/*.pyc",
    "!hermes/**/__pycache__/**",
    "!hermes/**/*.pyc",
    "!codex/**/__pycache__/**",
    "!codex/**/*.pyc",
    "!agent-wallet/.pytest_cache/**",
    "!agent-wallet/.runtime-venv/**",
    "!bin/**/*.test.mjs",
    "!**/node_modules/**",
    "!**/*.tgz",
    "!**/.DS_Store"
  ],
  "keywords": [
    "openclaw",
    "codex",
    "claude-code",
    "hermes",
    "agent-wallet",
    "wallet",
    "solana",
    "bitcoin",
    "evm"
  ],
  "license": "SEE LICENSE IN LICENSE"
}
