{
  "name": "@foxglove/rostime",
  "version": "1.1.3",
  "description": "ROS Time and Duration primitives and helper methods",
  "license": "MIT",
  "keywords": [
    "rostime",
    "ros",
    "ros2",
    "robot",
    "operating",
    "system",
    "time",
    "date",
    "duration"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/foxglove/ros-typescript.git"
  },
  "author": {
    "name": "Foxglove Technologies Inc",
    "email": "contact@foxglove.dev"
  },
  "homepage": "https://github.com/foxglove/ros-typescript",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc -b",
    "prepack": "yarn build",
    "prepublishOnly": "yarn lint:ci && yarn test",
    "test": "jest"
  },
  "engines": {
    "node": ">= 14"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "jest": "^30.0.3",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.3"
  }
}