UNPKG

@axway/axway-cli-auth

Version:

Authenticate machines with the Axway Amplify platform

61 lines (60 loc) 1.63 kB
{ "name": "@axway/axway-cli-auth", "version": "4.0.2", "publishConfig": { "access": "public" }, "type": "module", "description": "Authenticate machines with the Axway Amplify platform", "author": "Axway, Inc. <npmjs@appcelerator.com>", "maintainers": [ "Chris Barber <cbarber@axway.com>", "Ewan Harris <eharris@axway.com>" ], "license": "Apache-2.0", "keywords": [ "axway", "amplify" ], "scripts": { "build": "gulp build", "coverage": "gulp coverage", "docs": "gulp docs", "test": "gulp test" }, "dependencies": { "@axway/amplify-cli-utils": "^6.0.2", "@axway/amplify-utils": "^2.0.2", "cli-kit": "github:kasuvy/cli-kit#APIGOV-29723", "enquirer": "^2.3.6", "pretty-ms": "^7.0.1", "snooplogg": "^5.1.0", "source-map-support": "^0.5.21", "uuid": "^8.3.2" }, "devDependencies": { "@axway/gulp-tasks": "^4.1.4" }, "homepage": "https://github.com/appcelerator/amplify-tooling#readme", "bugs": "https://github.com/appcelerator/amplify-tooling/issues", "repository": "https://github.com/appcelerator/amplify-tooling/tree/master/packages/axway-cli-auth", "engines": { "node": ">=20.18.2" }, "cli-kit": { "exports": { "auth": { "desc": "Authenticate with the Axway Amplify platform", "main": "./dist/auth/index.js" }, "service-account": { "aliases": [ "!serviceaccount" ], "desc": "Create and manage service accounts", "main": "./dist/service-account/index.js" } } }, "gitHead": "9e0da6394231518e781063f3f92543cef05e4672" }