windio
Version:
A cli tool to get weather data.
32 lines (31 loc) • 595 B
JSON
{
"name": "windio",
"version": "1.1.1",
"main": "index.js",
"bin": {
"windio": "bin/index.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"weather",
"terminal",
"weather-cli",
"location",
"geolocation"
],
"author": "Suresh Krishna",
"license": "ISC",
"description": "A cli tool to get weather data.",
"dependencies": {
"arg": "^5.0.2",
"axios": "^1.8.4",
"chalk": "^5.4.1",
"cli-spinners": "^3.2.0",
"dotenv": "^16.4.7",
"ora": "^8.2.0"
}
}