UNPKG

robotics-dev

Version:

Robotics.dev P2P SDK client for robot control

30 lines (29 loc) 696 B
{ "name": "robotics-dev", "version": "1.0.22", "description": "Robotics.dev P2P SDK client for robot control", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Chris Matthieu", "homepage": "https://robotics.dev", "repository": "github:chrismatthieu/robotics-dev-npm", "funding": "https://github.com/chrismatthieu/robotics-npm?sponsor=1", "license": "MIT", "keywords": [ "robotics", "robots", "AI", "ROS2", "twist", "P2P", "sockets" ], "dependencies": { "lz-string": "^1.5.0", "node-datachannel": "^0.23.0", "simple-peer": "^9.11.1", "socket.io-client": "^4.8.1" } }