{
  "name": "@stordata/vsphere-soapify",
  "version":"1.0.20250624140830",
  "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": ">= 22"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "axios": "1.10.0",
    "debug": "4.4.1",
    "lodash": "4.17.21",
    "soap": "1.1.12",
    "tough-cookie": "5.1.2"
  },
  "devDependencies": {
    "@stordata/eslint-config": "1.0.20241128103736",
    "chai": "4.5.0",
    "chai-datetime": "1.8.1",
    "eslint": "8.57.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-json": "3.1.0",
    "eslint-plugin-n": "16.6.2",
    "eslint-plugin-no-only-tests": "3.1.0",
    "mocha": "11.7.1",
    "mockdate": "3.0.5",
    "nock": "13.5.6",
    "sinon": "21.0.0",
    "sinon-chai": "3.7.0"
  }
}
