UNPKG

robotics-dev

Version:

Robotics.dev P2P SDK client for robot control

33 lines (32 loc) 794 B
{ "name": "robotics-dev", "version": "1.0.37", "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:roboticshq/robotics-dev-npm", "funding": "https://github.com/roboticshq/robotics-npm?sponsor=1", "license": { "type": "PolyForm-Noncommercial-1.0.0", "url": "https://polyformproject.org/licenses/noncommercial/1.0.0/" }, "keywords": [ "robotics", "robots", "AI", "ROS2", "twist", "P2P", "sockets" ], "dependencies": { "node-datachannel": "^0.25.0", "pngjs": "^7.0.0", "socket.io-client": "^4.8.1", "uuid": "^11.1.0" } }