{
  "name": "@koyeb/api-client-js",
  "version": "1.2.0",
  "description": "Koyeb API JavaScript SDK",
  "repository": "git://github.com/koyeb/koyeb-api-client-js.git",
  "author": "Koyeb <support@koyeb.com>",
  "license": "Apache-2.0",
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.88.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "tsc",
    "generate": "openapi-ts"
  }
}