UNPKG

@axway/axway-cli-pm

Version:

Package manager for Axway products

56 lines (55 loc) 1.44 kB
{ "name": "@axway/axway-cli-pm", "version": "5.1.0", "publishConfig": { "access": "public" }, "type": "module", "description": "Package manager for Axway products", "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", "@axway/amplify-utils": "^2.1.0", "cli-kit": "^2.1.1", "cross-spawn": "^7.0.3", "fs-extra": "^10.1.0", "libnpmsearch": "^9.0.0", "listr2": "^4.0.5", "npm-package-arg": "^9.0.2", "ora": "^5.4.1", "pacote": "^21.0.0", "promise-limit": "^2.7.0", "semver": "^7.3.7", "snooplogg": "^5.1.0", "source-map-support": "^0.5.21", "which": "^2.0.2" }, "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/amplify-cli-pm", "engines": { "node": ">=20.18.2" }, "cli-kit": { "main": "./dist/index.js", "name": "pm" }, "gitHead": "78a7d2b93b34062d49aaaed9c6c2124142e1c438" }