theweatherapi
Version:
An NPM Library used to get weather info
41 lines (40 loc) • 873 B
JSON
{
"name": "theweatherapi",
"version": "2.2.2",
"description": "An NPM Library used to get weather info",
"main": "./src/index.js",
"module": "./src/index.mjs",
"types": "./typings/index.d.ts",
"files": [
"src",
"typings"
],
"exports": {
"require": "./src/index.js",
"import": "./src/index.mjs"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grook8958/weather.git"
},
"keywords": [
"weather",
"weatherapi",
"api"
],
"author": "grook8958",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grook8958/weather/issues"
},
"homepage": "https://github.com/grook8958/weather#readme",
"devDependencies": {
"nodemon": "^2.0.12"
},
"dependencies": {
"axios": "^0.21.4"
}
}