weather-cli-starter
Version:
Console interface for getting weather condition
25 lines (24 loc) • 457 B
JSON
{
"name": "weather-cli-starter",
"version": "1.0.0",
"description": "Console interface for getting weather condition",
"type": "module",
"main": "weather.js",
"bin": {
"weather": "weather.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"cli",
"weather"
],
"author": "Ilya Spiridonov",
"license": "ISC",
"dependencies": {
"axios": "^1.8.2",
"chalk": "^5.4.1",
"dedent-js": "^1.0.1"
}
}