{
  "author": {
    "name": "Hutson Betts",
    "email": "hutson@hyper-expanse.net",
    "url": "https://gitlab.com/hutson"
  },
  "bin": {
    "set-npm-auth-token-for-ci-cli": "./src/cli.js"
  },
  "bugs": {
    "url": "https://gitlab.com/hyper-expanse/open-source/set-npm-auth-token-for-ci-cli/issues"
  },
  "description": "Use CLI to set authentication token placeholder into `.npmrc` file for use in automated CI processes.",
  "engines": {
    "node": ">=6.9.0"
  },
  "files": [
    "src/**/!(*.spec).js"
  ],
  "homepage": "https://gitlab.com/hyper-expanse/open-source/set-npm-auth-token-for-ci-cli#readme",
  "keywords": [
    "automation",
    "npmrc",
    "npm",
    "ci",
    "token",
    "cli"
  ],
  "license": "Apache-2.0",
  "main": "./src/index.js",
  "name": "@hutson/set-npm-auth-token-for-ci-cli",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/hyper-expanse/open-source/set-npm-auth-token-for-ci-cli.git"
  },
  "scripts": {
    "test": "semistandard 'src/**/*.js' && nyc mocha --opts mocha.opts src/**/*.spec.js"
  },
  "version": "1.0.2",
  "dependencies": {
    "commander": "^2.19.0",
    "debug": "^4.0.0",
    "local-or-home-npmrc": "^1.1.0",
    "registry-url": "^4.0.0"
  },
  "devDependencies": {
    "@hutson/conventional-changelog-config": "^2.0.0",
    "@hutson/nyc-config": "^2.0.0",
    "chai": "^4.0.2",
    "codecov": "^3.0.0",
    "mocha": "^5.0.0",
    "npm-publish-git-tag": "^3.0.0",
    "nyc": "^13.0.0",
    "semantic-release-gitlab": "^7.0.0",
    "semistandard": "^13.0.1",
    "shelljs": "^0.8.3",
    "sinon": "^7.0.0",
    "sinon-chai": "^3.2.0",
    "tmp": "^0.0.33"
  },
  "readme": "ERROR: No README data found!",
  "_id": "@hutson/set-npm-auth-token-for-ci-cli@1.0.0"
}
