{ "name": "@deliveryhero/google-cloud-common", "description": "Common components for Cloud APIs Node.js Client Libraries", "version": "3.10.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": { "node": ">=10" }, "publishConfig": { "registry": "https://npm.pkg.github.com/" }, "repository": "deliveryhero/nodejs-common", "main": "./build/src/index.js", "types": "./build/src/index.d.ts", "files": [ "build/src", "!build/src/**/*.map" ], "scripts": { "docs": "compodoc src/", "test": "c8 mocha build/test", "prepare": "npm run compile", "pretest": "npm run compile", "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", "predocs-test": "npm run docs", "prelint": "cd samples; npm link ../; npm install", "clean": "gts clean", "precompile": "gts clean" }, "dependencies": { "@deliveryhero/google-auth-library": "^7.8.0", "@google-cloud/projectify": "^2.0.0", "@google-cloud/promisify": "^2.0.0", "arrify": "^2.0.1", "duplexify": "^4.1.1", "ent": "^2.2.0", "extend": "^3.0.2", "retry-request": "^4.2.2", "teeny-request": "^7.0.0" }, "devDependencies": { "@compodoc/compodoc": "^1.1.11", "@types/ent": "^2.2.1", "@types/extend": "^3.0.1", "@types/mocha": "^8.0.0", "@types/mv": "^2.1.0", "@types/ncp": "^2.0.3", "@types/node": "^14.0.0", "@types/proxyquire": "^1.3.28", "@types/request": "^2.48.4", "@types/sinon": "^10.0.0", "@types/tmp": "0.2.1", "c8": "^7.1.0", "codecov": "^3.6.5", "gts": "^2.0.0", "linkinator": "^2.0.4", "mocha": "^8.0.0", "mv": "^2.1.1", "ncp": "^2.0.0", "nock": "^13.0.0", "proxyquire": "^2.1.3", "sinon": "^11.0.0", "tmp": "0.2.1", "typescript": "~3.8.3" } }