mydata-cli
Version:
A CLI tool for interacting with MyData API and managing data. Supports login, data retrieval, and more. Built with Node.js.
30 lines (29 loc) • 646 B
JSON
{
"name": "mydata-cli",
"version": "1.0.14",
"description": "A CLI tool for interacting with MyData API and managing data. Supports login, data retrieval, and more. Built with Node.js.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"command-line",
"mydata",
"api"
],
"author": "",
"license": "ISC",
"bin": {
"mycli": "./bin/index.js"
},
"type": "module",
"dependencies": {
"axios": "^1.10.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"dotenv": "^17.2.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.3"
}
}