{
  "name": "azure-devops-npm-auth",
  "version": "1.1.1",
  "description": "Authentication utility for private NPM registries hosted in Azure DevOps.",
  "keywords": [
    "azure",
    "devops",
    "npm",
    "authentication",
    "artifact",
    "feed",
    "vsts-npm-auth"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "test": "mocha -r ts-node/register tests/**/*.test.ts"
  },
  "files": [
    "dist"
  ],
  "bin": {
    "azure-devops-npm-auth": "dist/cli.js"
  },
  "author": "Yohan Belval",
  "repository": "https://github.com/gsoft-inc/azure-devops-npm-auth.git",
  "license": "Apache-2.0",
  "dependencies": {
    "chalk": "^3.0.0",
    "ini": "^1.3.8",
    "minimist": "^1.2.5",
    "openid-client": "^3.15.10",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.15",
    "@types/ini": "^1.3.30",
    "@types/js-yaml": "^4.0.5",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.14.31",
    "chai": "^4.3.0",
    "cross-env": "^7.0.3",
    "mocha": "^8.3.0",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.9"
  }
}
