{
  "name": "@google-cloud/common",
  "description": "Common components for Cloud APIs Node.js Client Libraries",
  "version": "0.32.1",
  "license": "Apache-2.0",
  "author": "Google Inc.",
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": "googleapis/nodejs-common",
  "main": "./build/src/index.js",
  "types": "./build/src/index.d.ts",
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "scripts": {
    "generate-scaffolding": "repo-tools generate all",
    "docs": "compodoc src/",
    "test": "nyc mocha build/test",
    "posttest": "npm run lint && npm run license-check",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "license-check": "jsgl --local .",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "lint": "gts check",
    "presystem-test": "npm run compile",
    "system-test": "mocha build/system-test",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "docs-test": "linkinator docs -r --skip www.googleapis.com",
    "predocs-test": "npm run docs"
  },
  "dependencies": {
    "@google-cloud/projectify": "^0.3.3",
    "@google-cloud/promisify": "^0.4.0",
    "@types/request": "^2.48.1",
    "arrify": "^2.0.0",
    "duplexify": "^3.6.0",
    "ent": "^2.2.0",
    "extend": "^3.0.2",
    "google-auth-library": "^3.1.1",
    "pify": "^4.0.1",
    "retry-request": "^4.0.0",
    "teeny-request": "^3.11.3"
  },
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.9",
    "@google-cloud/nodejs-repo-tools": "^3.2.0",
    "@types/ent": "^2.2.1",
    "@types/extend": "^3.0.1",
    "@types/mocha": "^5.2.6",
    "@types/mv": "^2.1.0",
    "@types/ncp": "^2.0.1",
    "@types/nock": "^9.3.1",
    "@types/node": "^11.13.0",
    "@types/pify": "^3.0.2",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^7.0.10",
    "@types/tmp": "0.1.0",
    "axios": "^0.18.0",
    "codecov": "^3.2.0",
    "gts": "^0.9.0",
    "ink-docstrap": "^1.3.2",
    "intelli-espower-loader": "^1.0.1",
    "js-green-licenses": "^0.5.0",
    "linkinator": "^1.1.7",
    "mocha": "^6.0.2",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "nock": "^10.0.6",
    "nyc": "^13.3.0",
    "power-assert": "^1.6.1",
    "proxyquire": "^2.1.0",
    "sinon": "^7.3.0",
    "source-map-support": "^0.5.11",
    "tmp": "0.1.0",
    "typescript": "~3.4.0"
  }
}
