UNPKG

@foxglove/cdr

Version:

Common Data Representation serialization and deserialization library

62 lines 1.59 kB
{ "name": "@foxglove/cdr", "version": "3.5.1", "packageManager": "yarn@4.12.0", "description": "Common Data Representation serialization and deserialization library", "license": "MIT", "keywords": [ "cdr", "dds", "rtps", "omg", "serialization", "deserialization", "serde", "ros2" ], "repository": { "type": "git", "url": "https://github.com/foxglove/cdr.git" }, "author": { "name": "Foxglove Technologies", "email": "support@foxglove.dev" }, "homepage": "https://github.com/foxglove/cdr", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "build": "yarn clean && tsc -b", "clean": "rimraf dist '*.tsbuildinfo'", "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" }, "engines": { "node": ">= 14" }, "devDependencies": { "@foxglove/eslint-plugin": "0.21.0", "@types/jest": "29.5.14", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-es": "4.1.0", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "5.2.1", "jest": "29.7.0", "prettier": "3.5.1", "rimraf": "3.0.2", "ts-jest": "29.2.5", "typescript": "5.7.3" } }