{
  "name": "@veezee/sdk",
  "version": "0.7.0",
  "description": "Typed REST client and CLI for the Veezee API: LinkedIn, Reddit, and X data for AI agents, metered in credits with per-call receipts.",
  "type": "module",
  "license": "MIT",
  "author": "Veezee <hello@veezee.io>",
  "homepage": "https://veezee.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/veezeehq/veezee-sdk.git"
  },
  "bugs": "https://github.com/veezeehq/veezee-sdk/issues",
  "keywords": [
    "veezee",
    "linkedin",
    "reddit",
    "twitter",
    "api",
    "sdk",
    "cli",
    "agent",
    "mcp",
    "linkedin-api",
    "reddit-api",
    "twitter-api",
    "social-listening",
    "brand-monitoring",
    "people-search",
    "profile-enrichment",
    "company-enrichment",
    "candidate-sourcing",
    "prospect-research",
    "ai-agents",
    "model-context-protocol"
  ],
  "bin": {
    "veezee": "./dist/cli.js",
    "vz": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "skills"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "provenance": false
  },
  "scripts": {
    "build": "tsc",
    "test": "tsc -p tsconfig.test.json && node --test dist-test/test/*.test.js",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "typescript": "^5.6.0"
  }
}
