{
    "name": "accu-weather-api-wrapper",
    "version": "1.1.0",
    "description": "Wrapper of Accu Weather API",
    "main": "src/index.js",
    "types": "src/index.d.ts",
    "author": "Kayxue",
    "license": "ISC",
    "homepage": "https://github.com/Kayxue/AccuWeatherAPIWrapper",
    "dependencies": {
        "axios": "^0.21.1"
    },
    "keywords": [
        "accuweather",
        "accu",
        "weather",
        "api"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/Kayxue/AccuWeatherAPIWrapper"
    }
}
