UNPKG

2.79 kBJSONView Raw
1{
2 "name": "google-auth-library",
3 "version": "6.1.3",
4 "author": "Google Inc.",
5 "description": "Google APIs Authentication Client Library for Node.js",
6 "engines": {
7 "node": ">=10"
8 },
9 "main": "./build/src/index.js",
10 "types": "./build/src/index.d.ts",
11 "repository": "googleapis/google-auth-library-nodejs.git",
12 "keywords": [
13 "google",
14 "api",
15 "google apis",
16 "client",
17 "client library"
18 ],
19 "dependencies": {
20 "arrify": "^2.0.0",
21 "base64-js": "^1.3.0",
22 "ecdsa-sig-formatter": "^1.0.11",
23 "fast-text-encoding": "^1.0.0",
24 "gaxios": "^4.0.0",
25 "gcp-metadata": "^4.2.0",
26 "gtoken": "^5.0.4",
27 "jws": "^4.0.0",
28 "lru-cache": "^6.0.0"
29 },
30 "devDependencies": {
31 "@compodoc/compodoc": "^1.1.7",
32 "@types/base64-js": "^1.2.5",
33 "@types/chai": "^4.1.7",
34 "@types/jws": "^3.1.0",
35 "@types/lru-cache": "^5.0.0",
36 "@types/mocha": "^8.0.0",
37 "@types/mv": "^2.1.0",
38 "@types/ncp": "^2.0.1",
39 "@types/node": "^10.5.1",
40 "@types/sinon": "^9.0.0",
41 "@types/tmp": "^0.2.0",
42 "assert-rejects": "^1.0.0",
43 "c8": "^7.0.0",
44 "chai": "^4.2.0",
45 "codecov": "^3.0.2",
46 "execa": "^4.0.0",
47 "gts": "^2.0.0",
48 "is-docker": "^2.0.0",
49 "karma": "^5.0.0",
50 "karma-chrome-launcher": "^3.0.0",
51 "karma-coverage": "^2.0.0",
52 "karma-firefox-launcher": "^2.0.0",
53 "karma-mocha": "^2.0.0",
54 "karma-remap-coverage": "^0.1.5",
55 "karma-sourcemap-loader": "^0.3.7",
56 "karma-webpack": "^4.0.0",
57 "keypair": "^1.0.1",
58 "linkinator": "^2.0.0",
59 "mocha": "^8.0.0",
60 "mv": "^2.1.1",
61 "ncp": "^2.0.0",
62 "nock": "^13.0.0",
63 "null-loader": "^4.0.0",
64 "puppeteer": "^5.0.0",
65 "sinon": "^9.0.0",
66 "tmp": "^0.2.0",
67 "ts-loader": "^8.0.0",
68 "typescript": "^3.8.3",
69 "webpack": "^4.20.2",
70 "webpack-cli": "^4.0.0",
71 "@microsoft/api-documenter": "^7.8.10",
72 "@microsoft/api-extractor": "^7.8.10"
73 },
74 "files": [
75 "build/src",
76 "!build/src/**/*.map"
77 ],
78 "scripts": {
79 "test": "c8 mocha build/test",
80 "clean": "gts clean",
81 "prepare": "npm run compile",
82 "lint": "gts check",
83 "compile": "tsc -p .",
84 "fix": "gts fix",
85 "pretest": "npm run compile",
86 "docs": "compodoc src/",
87 "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
88 "system-test": "mocha build/system-test --timeout 60000",
89 "presystem-test": "npm run compile",
90 "webpack": "webpack",
91 "browser-test": "karma start",
92 "docs-test": "linkinator docs",
93 "predocs-test": "npm run docs",
94 "prelint": "cd samples; npm link ../; npm install",
95 "precompile": "gts clean",
96 "api-extractor": "api-extractor run --local",
97 "api-documenter": "api-documenter yaml --input-folder=temp"
98 },
99 "license": "Apache-2.0"
100}