@lichtblick/cdr
Version:
Common Data Representation serialization and deserialization library
65 lines (64 loc) • 1.77 kB
JSON
{
"name": "@lichtblick/cdr",
"version": "1.0.1",
"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/lichtblick-suite/cdr"
},
"author": {
"name": "Lichtblick",
"email": "lichtblick@bmwgroup.com"
},
"homepage": "https://github.com/lichtblick-suite/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": {
"@lichtblick/eslint-plugin": "^1.0.0",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "v6",
"@typescript-eslint/parser": "v6",
"acorn": "^8.12.1",
"eslint": "8.50.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-prettier": "5.1.3",
"espree": "^9.1.0",
"jest": "29.7.0",
"prettier": "3.3.2",
"rimraf": "3.0.2",
"ts-jest": "^29.2.5",
"typescript": "5.3.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}