{ "name": "climate-server", "version": "0.0.1", "description": "Server API and frontend dashboard for monitoring climate stats with the Raspberry Pi", "scripts": { "start": "cd ./server && ts-node ./src/main.ts", "build": "sh ./setup.sh" }, "devDependencies": { "eslint": "^7.21.0", "prettier": "^2.1.2", "typescript": "^5.1.0" }, "author": "Daniel Ledda", "license": "ISC" }