UNPKG

node-clima

Version:

Simple wrapper for OpenWeatherMap API

61 lines (60 loc) 1.35 kB
{ "name": "node-clima", "version": "1.7.4", "description": "Simple wrapper for OpenWeatherMap API", "author": "Roberto Serrano Diaz-Grande", "main": "lib/main", "typings": "lib/main", "scripts": { "test": "tsc && jest" }, "repository": { "type": "git", "url": "https://github.com/robfree/node-clima" }, "bugs": { "email": "roberto@robertoserrano.pro", "url": "https://github.com/robfree/node-clima/issues" }, "dependencies": { "node-fetch": "^2.6.0" }, "devDependencies": { "@babel/core": "^7.7.5", "@babel/preset-env": "^7.7.6", "@types/node": "^12.12.16", "@types/node-fetch": "^2.5.4", "@typescript-eslint/eslint-plugin": "^2.11.0", "@typescript-eslint/parser": "^2.11.0", "babel-jest": "^24.9.0", "eslint": "^6.7.2", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "jest": "^24.9.0", "jsdoc": "^3.6.3", "typescript": "^3.7.3" }, "tags": [ "weather", "api", "simple", "request", "rest", "http", "OpenWeatherMap", "clima", "temp" ], "keywords": [ "weather", "api", "simple", "rest", "request", "OpenWeatherMap", "clima" ] }