{
  "name": "openclaw-iota-wallet",
  "version": "0.2.0",
  "description": "Machine-to-machine wallet plugin for OpenClaw on IOTA: bots can hold funds, pay each other, and trigger smart contracts.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Moron1337/openclaw-iota-wallet.git"
  },
  "bugs": {
    "url": "https://github.com/Moron1337/openclaw-iota-wallet/issues"
  },
  "homepage": "https://github.com/Moron1337/openclaw-iota-wallet#readme",
  "keywords": [
    "openclaw",
    "iota",
    "wallet",
    "plugin",
    "machine-economy",
    "agent-payments",
    "smart-contracts"
  ],
  "type": "module",
  "main": "index.ts",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "postinstall": "node ./scripts/bootstrap-first-wallet.mjs"
  },
  "dependencies": {
    "@iota/iota-sdk": "1.10.1",
    "@sinclair/typebox": "^0.34.48"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "typescript": "^5.7.3",
    "vitest": "^2.1.8"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ]
  }
}
