UNPKG

@sevenqi/nodechannel

Version:
47 lines (46 loc) 1.03 kB
{ "name": "@sevenqi/nodechannel", "version": "1.1.6", "description": "nodejs channel", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "tsc & node ./dist/index.js", "startUdpClient": "tsc & node ./dist/examples/udpClient.js" }, "repository": { "type": "git", "url": "git+https://github.com/SenvenQi/node-channel.git" }, "keywords": [ "channel", "socket", "udp", "webSocket", "hid", "serialport" ], "author": "SevenQi", "license": "MIT", "bugs": { "url": "https://github.com/SenvenQi/node-channel/issues" }, "homepage": "https://github.com/SenvenQi/node-channel#readme", "devDependencies": { "@types/node": "^18.11.9", "@types/node-hid": "^1.3.1", "typescript": "^4.8.4" }, "files": [ "dist/**", "README.md", "package.json" ], "dependencies": { "@types/ws": "^8.5.3", "node-hid": "^2.1.2", "serialport": "^10.5.0", "uuid": "^9.0.0", "ws": "^8.11.0" } }