{ "name": "Anchiale-sensor", "version": "1.0.0", "description": "Client for taking a temperature measure", "main": "index.js", "scripts": { "start:build": "tsc -w", "start:run": "node build/index.js", "dev": "nodemon build/index.js", "test": "concurrently npm:start:build npm:dev", "start": "concurrently start:*" }, "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": { "@types/node": "^14.14.7", "@types/socket.io-client": "^1.4.34", "chalk": "^3.0.0", "nodemon": "^2.0.6", "socket.io-client": "^3.0.0" } }