nice-weather
Version:
A weather app for the terminal
21 lines (20 loc) • 361 B
JSON
{
"name": "nice-weather",
"version": "1.0.6",
"description": "A weather app for the terminal",
"main": "./bin/index.js",
"bin": {
"weather": "./bin/index.js"
},
"keywords": [
"weather",
"sunny",
"foggy"
],
"preferGlobal": true,
"author": "maxmaio",
"license": "MIT",
"dependencies": {
"string-length": "^4.0.2"
}
}