{
  "name": "agent-escrow",
  "version": "0.1.2",
  "description": "Decentralized marketplace for AI agents — post tasks, bid, escrow payments via Lightning, build trust via ai.wot",
  "main": "src/index.cjs",
  "types": "src/index.d.cts",
  "bin": {
    "agent-escrow": "src/cli.cjs"
  },
  "scripts": {
    "test": "node --test test/*.test.cjs"
  },
  "keywords": [
    "ai",
    "agent",
    "escrow",
    "marketplace",
    "nostr",
    "lightning",
    "bitcoin",
    "trust",
    "ai-wot",
    "dvm",
    "nip-90",
    "decentralized"
  ],
  "author": "Jeletor <jeletor@jeletor.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeletor/agent-escrow.git"
  },
  "bugs": {
    "url": "https://github.com/jeletor/agent-escrow/issues"
  },
  "homepage": "https://github.com/jeletor/agent-escrow#readme",
  "dependencies": {
    "nostr-tools": "^2.12.0",
    "ws": "^8.18.0"
  },
  "peerDependencies": {
    "lightning-agent": ">=0.2.0",
    "ai-wot": ">=0.4.0"
  },
  "peerDependenciesMeta": {
    "lightning-agent": {
      "optional": true
    },
    "ai-wot": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "src/",
    "PROTOCOL.md",
    "README.md",
    "LICENSE"
  ]
}
