{
  "name": "@cloudbeat/client",
  "version": "2.0.0",
  "description": "CloudBeat API client library ",
  "keywords": [
    "cloudbeat"
  ],
  "author": {
    "name": "CBNR Cloud Solutions LTD",
    "email": "info@cloudbeat.io",
    "url": "https://cloudbeat.io"
  },
  "homepage": "https://cloudbeat.io",
  "license": "GPL-3.0",
  "private": false,
  "main": "out/index",
  "types": "out/index",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "exports": {
    ".": "./out/index.js",
    "./v1": "./out/v1/index.js",
    "./v2": "./out/v2/index.js"
  },
  "files": [
    "out"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/cloudbeat/cb-js-commons/"
  },
  "dependencies": {
    "@cloudbeat/types": "1.0.8",
    "axios": "^1.16.1",
    "debug": "^4.3.4",
    "moment": "^2.30.1"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "compile": "tsc -b",
    "lint": "eslint ./src --ext .ts",
    "clean": "rimraf ./dist ./out tsconfig.tsbuildinfo"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12"
  }
}
