{
  "name": "bunny-sdk",
  "version": "0.0.31",
  "private": false,
  "type": "module",
  "description": "TypeScript SDK for bunny.net 🐰",
  "keywords": [
    "BunnyCDN",
    "bunny.net",
    "bunny",
    "cdn",
    "bunny-launcher",
    "typescript",
    "sdk",
    "api"
  ],
  "homepage": "https://bunny-launcher.net/bunny-sdk/languages/typescript/",
  "bugs": "https://github.com/jlarmstrongiv/bunny-sdk-typescript/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jlarmstrongiv/bunny-sdk-typescript.git"
  },
  "license": "AGPL-3.0-only",
  "author": "John L. Armstrong IV",
  "sideEffects": false,
  "scripts": {
    "prebuild": "npx rimraf dist index.js index.d.ts tests BunnyApiClient EdgeStorageApiClient LoggingApiClient StreamApiClient",
    "build": "npx tsc --build --declaration"
  },
  "main": "index.js",
  "files": [
    "bunnyApiClient",
    "edgeStorageApiClient",
    "loggingApiClient",
    "streamApiClient",
    "index.js",
    "index.d.ts"
  ],
  "dependencies": {
    "@microsoft/kiota-abstractions": "1.0.0-preview.72",
    "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.72",
    "@microsoft/kiota-serialization-form": "1.0.0-preview.72",
    "@microsoft/kiota-serialization-json": "1.0.0-preview.72",
    "@microsoft/kiota-serialization-multipart": "1.0.0-preview.72",
    "@microsoft/kiota-serialization-text": "1.0.0-preview.72"
  },
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@types/node": "^22.8.7",
    "rimraf": "^6.0.1",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3"
  },
  "packageManager": "npm@10.9.0",
  "engines": {
    "node": ">=18"
  }
}
