{
  "name": "@bitly/api-client",
  "version": "0.1.1",
  "description": "Bitly API Client",
  "keywords": [
    "Bitly",
    "Bitly API",
    "Bitly node API",
    "Link Shortening",
    "QR Codes"
  ],
  "homepage": "https://github.com/bitly/bitlyapi.js#readme",
  "bugs": {
    "url": "https://github.com/bitly/bitlyapi.js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitly/bitlyapi.js.git"
  },
  "license": "MIT",
  "author": "",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsdown",
    "prepare": "tsdown"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "tsdown": "^0.22.3",
    "typescript": "^5.9.3"
  }
}
