{ "name": "Anchiale-server", "version": "1.0.0", "description": "Broker for managing incoming client temperatures", "main": "index.js", "scripts": { "start:build": "tsc -w", "start:run": "node build/index.js", "start": "concurrently npm:start:*", "develop": "nodemon build/index.js", "dev": "concurrently npm:start:build npm:develop" }, "repository": { "type": "git", "url": "git+https://github.com/xrazis/Anchiale-pi.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/xrazis/Anchiale-pi/issues" }, "homepage": "https://github.com/xrazis/Anchiale-pi#readme", "dependencies": { "@influxdata/influxdb-client": "^1.8.0", "@types/express": "^4.17.9", "@types/node": "^14.14.7", "@types/socket.io": "^2.1.11", "chalk": "^3.0.0", "concurrently": "^5.3.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", "nodemon": "^2.0.6", "socket.io": "^3.0.1", "typescript": "^4.0.5" } }