UNPKG

@foxglove/rosbag2-web

Version:

ROS2 (Robot Operating System) bag reader and writer for the browser

61 lines 1.5 kB
{ "name": "@foxglove/rosbag2-web", "version": "5.0.0", "description": "ROS2 (Robot Operating System) bag reader and writer for the browser", "license": "MIT", "keywords": [ "ros", "ros2", "robot", "operating", "system", "rosbag", "rosbag2", "serialization", "deserialization", "serde", "web", "browser" ], "repository": { "type": "git", "url": "https://github.com/foxglove/rosbag2-web.git" }, "author": { "name": "Foxglove Technologies Inc", "email": "contact@foxglove.dev" }, "homepage": "https://github.com/foxglove/rosbag2-web", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "build": "tsc -b", "lint:ci": "eslint --report-unused-disable-directives .", "lint": "eslint --report-unused-disable-directives --fix .", "prepack": "yarn build", "prepublishOnly": "yarn lint:ci && yarn test", "test": "jest" }, "devDependencies": { "@foxglove/eslint-plugin": "2.0.0", "@types/jest": "^29.5.14", "@types/sql.js": "^1.4.9", "@types/wicg-entries-api": "^2020.8.5", "@types/wicg-file-system-access": "^2023.10.5", "eslint": "9.16.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "prettier": "3.4.2", "ts-jest": "29.2.5", "typescript": "5.7.2" }, "dependencies": { "@foxglove/rosbag2": "^6.0.0", "@foxglove/sql.js": "^0.0.4" }, "packageManager": "yarn@4.5.3" }