{
  "name": "@nutanix-api/lifecycle-js-client",
  "version": "4.3.1",
  "description": "The Javascript client for Nutanix Lifecycle Management APIs is designed for Javascript client application developers offering them simple and flexible access to APIs that manage Infrastructure, Software and Firmware Upgrades.",
  "license": "SEE LICENSE AT LICENSE.md",
  "main": "dist/lib/index.js",
  "module": "dist/es/index.js",
  "types": "dist/lib/index.d.ts",
  "files": [
    "dist"
  ],
  "author": {
    "name": "Nutanix Inc.",
    "email": "sdk@nutanix.com",
    "url": "https://developers.nutanix.com"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "bugs": {
    "url": "https://developers.nutanix.com/bugs",
    "mail": "sdk@nutanix.com"
  },
  "keywords": [
    "nutanix",
    "Nutanix Lifecycle Management APIs"
  ],
  "scripts": {
    "test": "mocha --compilers js:babel-core/register --recursive"
  },
  "browser": {
    "fs": false
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nutanix/ntnx-api-javascript-clients.git"
  },
  "dependencies": {
    "superagent": "8.0.0",
    "uuid": "^11.1.1",
    "superagent-retry-delay": "^2.6.2",
    "path-browserify": "^1.0.1"
  },
  "devDependencies": {
    "babel-core": "6.26.3",
    "mocha": "~2.3.4",
    "sinon": "1.17.3",
    "expect.js": "~0.3.1"
  }
}
