UNPKG

google-auth-library

Version:

Google APIs Authentication Client Library for Node.js

79 lines (78 loc) 2.36 kB
{ "name": "google-auth-library", "version": "1.0.0", "author": "Google Inc.", "description": "Google APIs Authentication Client Library for Node.js", "engines": { "node": ">=4" }, "main": "./build/src/index.js", "types": "./build/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/google/google-auth-library-nodejs.git" }, "keywords": [ "google", "api", "google apis", "client", "client library" ], "dependencies": { "axios": "^0.17.1", "gtoken": "^2.0.2", "jws": "^3.1.4", "lodash.isstring": "^4.0.1" }, "devDependencies": { "@justinbeckwith/typedoc": "^0.10.1", "@types/jws": "^3.1.0", "@types/lodash.isstring": "^4.0.3", "@types/mocha": "^2.2.45", "@types/ncp": "^2.0.1", "@types/nock": "^9.1.1", "@types/node": "^9.3.0", "@types/pify": "^3.0.0", "@types/tmp": "0.0.33", "clang-format": "^1.0.50", "coveralls": "^3.0.0", "gh-pages": "^1.1.0", "gts": "^0.5.3", "istanbul": "^0.4.5", "js-green-licenses": "^0.2.0", "keypair": "^1.0.1", "mocha": "^4.1.0", "ncp": "^2.0.0", "nock": "^9.1.5", "opn": "^5.1.0", "pify": "^3.0.0", "prettier": "^1.9.2", "source-map-support": "^0.5.0", "tmp": "0.0.33", "typescript": "~2.6.2" }, "files": [ "LICENSE", "README.md", "build/src", "package.json" ], "scripts": { "coverage": "istanbul cover -x 'apis/**' _mocha build/test -- --reporter spec --timeout 4000", "test": "mocha build/test --reporter spec --timeout 4000 --require source-map-support/register", "coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls", "clean": "gts clean", "prepare": "npm run compile", "check": "gts check", "compile": "tsc -p .", "fix": "gts fix && npm run fix-samples", "fix-samples": "prettier --write --single-quote examples/*.js", "pretest": "npm run compile", "posttest": "npm run check && npm run license-check", "license-check": "jsgl --local .", "generate-docs": "typedoc --excludePrivate --excludeExternals --mode modules --out docs src && touch docs/.nojekyll", "publish-docs": "gh-pages --dotfiles --dist docs --remote upstream" }, "license": "Apache-2.0" }