{
  "name": "agentdex-cli",
  "version": "0.4.4",
  "description": "CLI and SDK for the agentdex AI agent directory",
  "type": "module",
  "bin": {
    "agentdex": "./dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "agentdex",
    "nostr",
    "ai",
    "agent",
    "directory",
    "nip-05"
  ],
  "author": "Koda <kodabuilds@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Koda-Builds/agentdex-cli"
  },
  "dependencies": {
    "@getalby/sdk": "^7.0.0",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "inquirer": "^9.2.0",
    "nostr-tools": "^2.10.4",
    "ora": "^8.0.0",
    "qrcode-terminal": "^0.12.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.0",
    "@types/node": "^22.0.0",
    "@types/qrcode-terminal": "^0.12.0",
    "typescript": "^5.4.0"
  }
}
