{
  "name": "apigee-edge-js",
  "version": "0.4.40",
  "description": "nodejs library for the administration API for Apigee (Edge and X and hybrid).",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/mocha/bin/mocha.js --reporter mocha-multi-reporters --reporter-options configFile=multi-reporter-config.json",
    "test1": "node_modules/mocha/bin/mocha.js --grep '^Proxy.*' --reporter mocha-multi-reporters --reporter-options configFile=multi-reporter-config.json",
    "simpletest": "node_modules/mocha/bin/mocha.js  --reporter spec",
    "badgegen": "node_modules/mocha/bin/mocha.js  --reporter mocha-badge-generator"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/DinoChiesa/apigee-edge-js.git"
  },
  "keywords": ["apigee", "edge"],
  "author": {
    "name": "Dino Chiesa",
    "email": "dchiesa@google.com"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "adm-zip": "^0.5.9",
    "archiver": "7.0.1",
    "dateformat": "3.0.3",
    "debug": "^4.3.3",
    "netrc": "0.1.3",
    "postman-request": "^2.88.1-postman.40",
    "qs": "^6.14.0",
    "readline-sync": "1.4.9",
    "request-debug": "^0.2.0",
    "sprintf-js": "1.1.2",
    "url-join": "2.0.x",
    "xml2js": "0.5.0"
  },
  "devDependencies": {
    "chai": "4.5.0",
    "chai-as-promised": "^7.1.1",
    "faker": "4.1.0",
    "mocha": "^11.1.0",
    "mocha-badge-generator": "^0.11.0",
    "mocha-multi-reporters": "^1.1.7"
  },
  "engines": {
    "node": ">= 20.19.5",
    "npm": ">= 10.9.3"
  },
  "overrides": {
    "strip-ansi": "5.2.0",
    "micromatch": "4.0.8",
    "badge-up": {
      "svgo": {
        "css-select": {
          "nth-check": "2.0.1"
        }
      }
    }
  }
}
