@vvansh739/weather-package
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@vvansh739/weather-package", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple module to fetch and display current weather information", | ||
@@ -13,6 +13,12 @@ "main": "dist/index.js", | ||
}, | ||
"keywords": ["weather", "API", "OpenWeatherMap", "TypeScript"], | ||
"keywords": [ | ||
"weather", | ||
"API", | ||
"OpenWeatherMap", | ||
"TypeScript" | ||
], | ||
"author": "Vansh", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@vvansh739/weather-package": "^1.0.0", | ||
"axios": "^1.7.2", | ||
@@ -23,4 +29,4 @@ "dotenv": "^16.4.5" | ||
"@types/node": "^22.0.2", | ||
"typescript": "^5.5.4", | ||
"ts-node": "^10.9.1" | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -27,0 +33,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2348
3