UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

36 lines 802 B
{ "name": "@sap/cli-core", "version": "2025.16.0", "description": "Command-Line Interface (CLI) Core Module", "license": "SEE LICENSE IN LICENSE", "author": "SAP SE", "homepage": "https://www.sap.com", "main": "index.js", "engines": { "node": "^18 || ^19 || ^20 || ^21 || ^22", "npm": "^9 || ^10" }, "keywords": [ "cli", "sap", "sap datasphere", "cli-core" ], "dependencies": { "ajv": "8.17.1", "axios": "1.10.0", "commander": "12.1.0", "compare-versions": "6.1.1", "config": "4.0.1", "dotenv": "17.2.0", "form-data": "4.0.4", "fs-extra": "11.3.0", "https": "1.0.0", "https-proxy-agent": "7.0.6", "lodash": "4.17.21", "open": "10.2.0", "path": "0.12.7", "prompts": "2.4.2", "qs": "6.14.0" } }