clima-app
Version:
Descubra como está o tempo em qualquer cidade do Brasil
28 lines (27 loc) • 621 B
JSON
{
"name": "clima-app",
"version": "1.1.7",
"description": "Descubra como está o tempo em qualquer cidade do Brasil",
"repository": "https://github.com/davidalves1/clima-app",
"main": "index.js",
"bin": {
"tempo": "./bin/index.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"clima",
"tempo",
"Brasil"
],
"author": "David Alves de Souza <alves.david@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidalves1/clima-app/issues"
},
"dependencies": {
"meow": "^3.7.0"
}
}