{
  "name": "@f5devcentral/f5-cloud-libs-gce",
  "version": "2.9.2",
  "description": "Google Cloud implementation of f5-cloud-libs cloud provider code",
  "keywords": [
    "f5",
    "big-ip",
    "bigip"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/F5Networks/f5-cloud-libs-gce.git"
  },
  "bugs": {
    "url": "https://github.com/F5Networks/f5-cloud-libs-gce/issues"
  },
  "auditProcessor": {
    "whitelist": []
  },
  "license": "Apache-2.0",
  "resolutions": {
    "lodash": "4.17.21",
    "node-forge": "0.10.0"
  },
  "dependencies": {
    "@google-cloud/compute": "^0.10.0",
    "@google-cloud/storage": "^1.7.0",
    "commander": "^2.9.0",
    "gtoken": "2.3.0",
    "ipaddr.js": "^1.7.0",
    "q": "^1.5.1"
  },
  "peerDependencies": {
    "@f5devcentral/f5-cloud-libs": "beta"
  },
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-mocha": "^8.0.0",
    "mocha": "^7.1.1"
  },
  "scripts": {
    "audit": "npm audit --json > .auditReport.json; node scripts/auditProcessor.js",
    "lint": "node node_modules/eslint/bin/eslint lib src scripts",
    "package": "bash ./package.sh",
    "preinstall": "if [ -f ./package-lock.json ]; then npx npm-force-resolutions; fi",
    "test": "mocha --exit test/lib",
    "version": "./setVersion.sh $npm_package_version && git add ."
  }
}
