@axway/axway-cli-pm
Version:
Package manager for Axway products
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "@axway/axway-cli-pm",
"version": "5.0.0-alpha.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",
"prepare": "gulp build",
"test": "gulp test"
},
"dependencies": {
"@axway/amplify-cli-utils": "^6.0.0-alpha.0",
"@axway/amplify-utils": "^2.0.0-alpha.0",
"cli-kit": "^2.0.2",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.1.0",
"libnpmsearch": "^4.0.1",
"listr2": "^4.0.5",
"npm-package-arg": "^9.0.2",
"ora": "^5.4.1",
"pacote": "^12.0.3",
"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": "^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/amplify-cli-pm",
"engines": {
"node": ">=20.18.2"
},
"cli-kit": {
"main": "./src/index.js",
"name": "pm"
},
"gitHead": "c11c496b31ef043066d1f5717fc22cb05ea0ae24"
}