UNPKG

@foxglove/ws-protocol

Version:

Foxglove WebSocket protocol

59 lines (58 loc) 1.35 kB
{ "name": "@foxglove/ws-protocol", "version": "0.8.0", "description": "Foxglove WebSocket protocol", "keywords": [ "foxglove", "websocket", "robotics", "ros", "ros2" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/foxglove/ws-protocol.git" }, "author": { "name": "Foxglove Technologies", "email": "support@foxglove.dev" }, "homepage": "https://foxglove.dev/", "module": "dist/esm/src/index.js", "main": "dist/cjs/src/index.js", "typings": "dist/esm/src/index.d.ts", "files": [ "dist", "src" ], "scripts": { "prepack": "yarn build", "build": "tsc -b tsconfig.json tsconfig.cjs.json", "lint": "eslint --fix .", "lint:ci": "eslint .", "test": "jest" }, "devDependencies": { "@foxglove/eslint-plugin": "2.0.0", "@foxglove/tsconfig": "2.0.0", "@types/debug": "^4.1.12", "@types/jest": "^29.5.11", "@types/lodash": "4.14.202", "@types/node": "^22.10.5", "commander": "11.1.0", "consumer-queue": "1.1.0", "eslint": "9.13.0", "jest": "29.7.0", "prettier": "3.3.3", "ts-jest": "29.2.5", "ts-node": "10.9.2", "typescript": "5.7.2", "typescript-eslint": "8.12.2" }, "dependencies": { "debug": "^4", "eventemitter3": "^5.0.1", "tslib": "^2.8.1" } }