{ "name": "weather-station", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf build", "build": "webpack --mode=development" }, "keywords": [], "author": "Jason Tarka ", "license": "", "dependencies": { "@types/firebase": "^3.2.1", "firebase": "^9.6.1" }, "devDependencies": { "mocha": "^9.1.3", "should": "^13.2.3", "ts-loader": "^9.2.6", "ts-node": "^10.4.0", "typescript": "^4.5.4", "webpack-cli": "^4.9.1" } }