{
  "name": "@kenan/npm-cli-login",
  "version": "6.0.1",
  "description": "Fork of npm-cli-login",
  "author": "Postman Team <help@getpostman.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kenany/npm-cli-login.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  },
  "main": "index.js",
  "bin": {
    "npm-cli-login": "bin/npm-cli-login.js"
  },
  "files": [
    "bin",
    "lib",
    "CHANGELOG.md",
    "index.js",
    "LICENSE.txt"
  ],
  "scripts": {
    "release": "semantic-release",
    "test": "mocha tests"
  },
  "dependencies": {
    "npm-profile": "^13.0.1"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "chai": "6.2.2",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "mocha": "11.7.6",
    "semantic-release": "25.0.5"
  }
}
