{
  "name": "@agentsignalnet/cli",
  "version": "0.2.71",
  "publishConfig": {
    "access": "public"
  },
  "description": "Send AgentSignal notifications from a terminal.",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "bin": {
    "agentsignal": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "commander": "^15.0.0",
    "picocolors": "^1.1.1",
    "@agentsignalnet/sdk": "0.2.71"
  },
  "devDependencies": {
    "@types/node": "^26.1.2",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10",
    "tsx": "^4.19.2"
  },
  "engines": {
    "node": ">=20"
  },
  "homepage": "https://agentsignal.net/docs",
  "scripts": {
    "build": "tsup src/index.ts --format esm --clean",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --passWithNoTests"
  }
}