{
  "name": "d2l-npm-login",
  "version": "3.1.2",
  "description": "Authenticates to D2L's private npm registry",
  "type": "module",
  "bin": "bin/login.js",
  "scripts": {
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Brightspace/npm-login.git"
  },
  "keywords": [
    "npm",
    "codeartifact",
    "registry",
    "dependencies"
  ],
  "author": "D2L Corporation",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/Brightspace/npm-login/issues"
  },
  "homepage": "https://github.com/Brightspace/npm-login#readme",
  "devDependencies": {
    "eslint": "^10",
    "eslint-config-brightspace": "^3"
  },
  "dependencies": {
    "commander": "^15",
    "semver": "^7"
  }
}
