UNPKG

@axway/axway-cli-oum

Version:

Axway Amplify platform organization and user management CLI

58 lines (57 loc) 1.5 kB
{ "name": "@axway/axway-cli-oum", "version": "3.1.0", "publishConfig": { "access": "public" }, "type": "module", "description": "Axway Amplify platform organization and user management CLI", "author": "Axway, Inc. <npmjs@appcelerator.com>", "maintainers": [ "Chris Barber <cbarber@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.1.0", "cli-kit": "^2.1.1", "open": "^8.4.0", "snooplogg": "^5.1.0", "source-map-support": "^0.5.21" }, "devDependencies": { "@axway/gulp-tasks": "^5.0.1" }, "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-oum", "engines": { "node": ">=20.18.2" }, "cli-kit": { "exports": { "org": { "desc": "Manage Amplify platform organizations", "main": "./dist/org/index.js" }, "team": { "desc": "Manage Amplify organization teams", "main": "./dist/team/index.js" }, "user": { "desc": "Manage your user settings", "main": "./dist/user/index.js" } } }, "gitHead": "78a7d2b93b34062d49aaaed9c6c2124142e1c438" }