{ "name": "ewelink_smart_home", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "cross-env DEBUG_MODE=true nodemon src/index.ts", "start": "node index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^0.21.1", "color-convert": "^2.0.1", "cors": "^2.8.5", "crypto-js": "^4.0.0", "express": "^4.17.1", "lodash": "^4.17.21", "eventemitter3": "^4.0.7", "isomorphic-ws": "^4.0.1", "websocket": "^1.0.33", "ws": "^7.4.4", "multicast-dns": "^7.2.2", "uuid": "8.3.2", "winston": "3.7.2" }, "devDependencies": { "@types/color-convert": "^2.0.0", "@types/cors": "^2.8.10", "@types/crypto-js": "^4.0.1", "@types/express": "^4.17.11", "@types/lodash": "^4.14.168", "@types/node": "^14.14.35", "@types/ws": "^7.4.0", "cross-env": "^7.0.3", "@types/uuid": "8.3.4" } }