first commit

This commit is contained in:
Vyacheslav.Sviridov
2022-05-13 18:13:36 +06:00
commit 1fb7a6f81b
37 changed files with 1991 additions and 0 deletions

43
package.json Normal file
View File

@@ -0,0 +1,43 @@
{
"name": "enm-cli",
"version": "1.0.0",
"description": "This is a cli application for Ericsson Network Manager (ENM)",
"bin": "./bin/enm-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Ericsson",
"ENM",
"Network",
"Manager",
"LTE",
"3G",
"4G",
"5G",
"Automation",
"GSM",
"UMTS",
"OSS",
"Cellular",
"REST",
"AutoProvisioning",
"TopologyBrowser",
"API"
],
"author": "vvsviridov",
"license": "MIT",
"dependencies": {
"axios": "^0.21.2",
"axios-cookiejar-support": "^1.0.1",
"chalk": "^4.1.2",
"commander": "^9.1.0",
"dotenv": "^16.0.0",
"form-data": "^4.0.0",
"inquirer": "^8.2.2",
"inquirer-autocomplete-prompt": "^2.0.0",
"inquirer-file-tree-selection-prompt": "^1.0.18",
"ora": "^5.4.1",
"tough-cookie": "^4.0.0"
}
}