ado-auth
Version:
51 lines • 1.18 kB
JSON
{
"name": "ado-auth",
"version": "0.2.13",
"displayName": "ADO Authenticator",
"license": "MIT",
"main": "./bin/src/cli.js",
"types": "./bin/types.d.ts",
"keywords": [
"azure devops",
"authenticate",
"vsts npm auth",
"vsts-npm-auth",
"better-vsts-npm-auth",
"better vsts-npm-auth",
"ado-auth",
"ado auth",
"private ado npm feed"
],
"scripts": {
"compile": "node ./scripts/build.mjs --minify",
"typegen": "tsc",
"build": "yarn compile && yarn typegen",
"prepublish": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/sushruth/ado-auth"
},
"bin": "./bin/src/cli.js",
"dependencies": {
"js-yaml": "4.1.0",
"kleur": "^4.1.4",
"light-spinner": "1.0.4",
"open": "8.4.0",
"sade": "1.7.4"
},
"devDependencies": {
"@types/js-yaml": "4.0.0",
"@types/node": "16.11.10",
"@types/opener": "1.4.0",
"@types/sade": "1.7.3",
"@yarnpkg/esbuild-plugin-pnp": "2.0.0",
"esbuild": "0.13.15",
"esbuild-runner": "2.2.1",
"typescript": "4.5.2"
},
"engines": {
"node": ">=12.x.x"
},
"packageManager": "yarn@3.2.0-rc.5"
}