google-artifactregistry-auth
Version:
google-artifactregistry-auth is an npm module that allows you to configure npm to interact with npm repositories stored in Artifact Registry.
33 lines (32 loc) • 808 B
JSON
{
"name": "google-artifactregistry-auth",
"version": "3.5.0",
"description": "google-artifactregistry-auth is an npm module that allows you to configure npm to interact with npm repositories stored in Artifact Registry.",
"main": "./src/main.js",
"repository": "GoogleCloudPlatform/artifact-registry-npm-tools",
"author": "Google LLC",
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^9.14.0",
"js-yaml": "^4.1.0",
"yargs": "^17.1.1"
},
"bin": {
"artifactregistry-auth": "./src/main.js"
},
"devDependencies": {
"mocha": "^6.2.0",
"rewire": "^5.0.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"google",
"google cloud platform",
"google cloud",
"cloud",
"artifact registry",
"artifact-registry"
]
}