mirror of
https://github.com/vvsviridov/enm-cli.git
synced 2025-11-02 13:13:37 +00:00
first commit
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user