{
  "name": "@foxglove/message-definition",
  "version": "0.4.0",
  "description": "Defines common types for message definition schemas (ROS .msg, Protobuf, FlatBuffers, IDL, PX4 ULog, JSON Schema, etc)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/foxglove/message-definition.git"
  },
  "keywords": [
    "schema",
    "message",
    "definition",
    "serialization",
    "deserialization",
    "msg",
    "msgdef",
    "idl",
    "protobuf",
    "parser",
    "grammar"
  ],
  "author": {
    "name": "Foxglove Technologies Inc",
    "email": "contact@foxglove.dev"
  },
  "homepage": "https://github.com/foxglove/message-definition",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "yarn clean && tsc -b ./tsconfig.build.json",
    "clean": "rm -rf dist tsconfig.build.tsbuildinfo",
    "lint:ci": "eslint .",
    "lint": "eslint --fix .",
    "prepack": "yarn build",
    "prepublishOnly": "yarn lint:ci",
    "test": "jest"
  },
  "devDependencies": {
    "@foxglove/eslint-plugin": "2.0.0",
    "@foxglove/tsconfig": "2.0.0",
    "@types/jest": "29.5.14",
    "eslint": "9.14.0",
    "globals": "15.12.0",
    "jest": "29.7.0",
    "prettier": "3.3.3",
    "ts-jest": "29.2.5",
    "typescript": "5.6.3",
    "typescript-eslint": "8.13.0"
  },
  "packageManager": "yarn@4.5.1"
}