{
  "name": "ado-npm-auth",
  "version": "0.11.0",
  "description": "The ado-npm-auth package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to ADO package feeds.",
  "repository": "https://github.com/microsoft/ado-npm-auth",
  "license": "MIT",
  "type": "module",
  "bin": "./bin/index.js",
  "sideEffects": false,
  "files": [
    "dist/ado-npm-auth.cjs",
    "bin",
    "static",
    "LICENCSE.txt",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "bundle": "esbuild --sourcemap=external --bundle --minify --platform=node src/cli.ts --outfile=dist/ado-npm-auth.cjs --metafile=dist/ado-npm-auth.meta.json ",
    "eslint": "eslint .",
    "lint": "prettier --check src/**/*.ts"
  },
  "dependencies": {
    "azureauth": "^0.15.0"
  },
  "devDependencies": {
    "@microsoft/ado-npm-auth-lib": "^0.11.0",
    "@microsoft/eslint-plugin-sdl": "^1.1.0",
    "@types/node": "^20.17.28",
    "esbuild": "^0.28.1",
    "eslint": "^9.39.1",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2",
    "yargs": "^17.7.2"
  }
}
