{
  "name": "@stordata/vsphere-soapify",
  "version":"1.0.20260717030710",
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
  "main": "index.js",
  "scripts": {
    "test": "npx mocha lib/all.spec.js 'lib/**/*.spec.js'",
    "lint": "npx eslint index.js lib/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@gitlab.stordata.fr:2200/stordata/vsphere-soapify.git"
  },
  "keywords": [
    "node",
    "vsphere",
    "soap",
    "api"
  ],
  "author": "Stordata <teamdenbas@stordata.fr>",
  "license": "UNLICENCED",
  "engines": {
    "node": ">= 24"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "axios": "1.18.1",
    "debug": "4.4.3",
    "lodash": "4.18.1",
    "soap": "1.10.0",
    "tough-cookie": "6.0.2"
  },
  "devDependencies": {
    "@eslint/config-helpers": "0.6.0",
    "@stordata/eslint-config": "2.0.20260714020726",
    "chai": "6.2.2",
    "chai-datetime": "1.8.1",
    "eslint": "9.39.4",
    "mocha": "11.7.6",
    "mockdate": "3.0.5",
    "nock": "13.5.6",
    "sinon": "22.0.0",
    "sinon-chai": "4.0.1"
  }
}
