{
  "name": "zelapi",
  "version": "0.0.4",
  "description": "Universal JavaScript & TypeScript client for ZelApi — simple, secure, and flexible HTTP requests with support for JSON, text, and media responses.",
  "keywords": [
    "zelapi",
    "zel-api",
    "zelapiofficial",
    "siputzx",
    "rest-api",
    "api-client",
    "http-client",
    "fetch-client",
    "universal-api",
    "typescript",
    "javascript",
    "nodejs",
    "node-fetch",
    "backend",
    "wrapper",
    "sdk",
    "ai-api",
    "media-api",
    "download-api",
    "tiktok-downloader",
    "youtube-downloader",
    "image-api",
    "video-api"
  ],
  "homepage": "https://github.com/hazelnuttty/zelapi-client#readme",
  "bugs": {
    "url": "https://github.com/hazelnuttty/zelapi-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://hazelnuttty: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@github.com/hazelnuttty/zelapi-client.git"
  },
  "license": "MIT",
  "author": "Hazel",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "example": "examples"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.esm.json",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^25.3.5",
    "typescript": "^5.9.3"
  }
}
