{
  "name": "npm-login-noninteractive",
  "description": "CLI tool to log into an NPM registry and save the credentials to .npmrc",
  "version": "0.1.4",
  "license": "MIT",
  "author": "Devin Doolin <devin@doolin.io>",
  "homepage": "https://github.com/ddoolin/npm-login-noninteractive#README",
  "repository": {
    "type": "git",
    "url": "https://github.com/ddoolin/npm-login-noninteractive.git"
  },
  "main": "index.js",
  "bin": {
    "npm-login-noninteractive": "./bin/npm-login-noninteractive.js"
  },
  "scripts": {
    "test": "mocha ./tests",
    "prepublish": "npm run test"
  },
  "dependencies": {
    "npm-registry-client": "8.6.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  }
}
