UNPKG

get-npm-token

Version:

exchange npm credentials for an api token

45 lines 1.08 kB
{ "name": "get-npm-token", "description": "exchange npm credentials for an api token", "version": "1.0.1", "author": "Stephan Bönnemann <stephan@boennemann.me>", "bin": "cli.js", "bugs": { "url": "https://github.com/boennemann/get-npm-token/issues" }, "dependencies": { "inquirer": "^0.11.2", "lodash.ary": "^3.1.0", "lodash.bind": "^4.0.0", "npm-registry-client": "^7.0.9", "npmconf": "^2.1.2", "npmlog": "^2.0.0", "validator": "^4.5.0" }, "devDependencies": { "semantic-release": "^4.3.5", "standard": "^5.4.1" }, "homepage": "https://github.com/boennemann/get-npm-token#readme", "keywords": [ "auth", "email", "npm", "password", "token", "user" ], "license": "MIT", "main": "index.js", "optionalDependencies": { "keytar": "^3.0.0" }, "repository": { "type": "git", "url": "https://github.com/boennemann/get-npm-token.git" }, "scripts": { "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test": "standard" } }