package.json
316 Bytes
{
"name": "weathercheck",
"version": "1.0.0",
"description": "",
"main": "WeatherCheck_API.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"request": "^2.88.2"
},
"type" : "module"
}