{
  "name": "cisco-perfmon",
  "version": "2.0.0",
  "description": "A library to pull Perfmon data from Cisco VOS applications via SOAP",
  "main": "main.js",
  "module": "main.mjs",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "import": "./main.mjs",
      "require": "./main.js",
      "types": "./types/index.d.ts"
    }
  },
  "bin": {
    "cisco-perfmon": "./bin/cisco-perfmon.js"
  },
  "funding": "https://buymeacoffee.com/automatebldrs",
  "scripts": {
    "test": "node ./test/unit.js",
    "test:unit": "node ./test/unit.js",
    "test:integration": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=test node ./test/tests.js",
    "development": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=development node ./test/tests.js",
    "generate-config": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=test node ./test/generateConfig.js",
    "rate-limit-test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_ENV=test node ./test/rateLimitTest.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sieteunoseis/cisco-perfmon.git"
  },
  "keywords": [
    "cisco",
    "node",
    "perfmon",
    "cucm",
    "vos"
  ],
  "author": "sieteunoseis <jeremy.worden@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sieteunoseis/cisco-perfmon/issues"
  },
  "homepage": "https://github.com/sieteunoseis/cisco-perfmon#readme",
  "dependencies": {
    "@toon-format/toon": "^2.1.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "csv-stringify": "^6.5.2",
    "fetch-retry": "^6.0.0",
    "update-notifier": "^7.3.1",
    "xml2js": "^0.6.0"
  },
  "devDependencies": {
    "dotenv": "^17.0.0",
    "envalid": "^8.1.0",
    "jsdoc-to-markdown": "^9.1.0",
    "p-limit": "^3.1.0"
  }
}
