{
  "name": "@foxglove/ulog",
  "version": "2.3.2",
  "description": "PX4 ULog file reader",
  "license": "MIT",
  "keywords": [
    "ulog",
    "px4",
    "drones",
    "robotics",
    "deserialization",
    "serde"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foxglove/ulog.git"
  },
  "author": {
    "name": "Foxglove Technologies Inc",
    "email": "contact@foxglove.dev"
  },
  "homepage": "https://github.com/foxglove/ulog",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "node.d.ts",
    "node.js",
    "web.d.ts",
    "web.js"
  ],
  "scripts": {
    "build": "yarn clean && tsc -b",
    "clean": "rimraf dist",
    "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",
    "eslint": "9.26.0",
    "eslint-config-prettier": "8.10.0",
    "eslint-plugin-prettier": "5.4.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "prettier": "3.5.3",
    "rimraf": "6.0.1",
    "ts-jest": "29.3.2",
    "typescript": "5.8.3",
    "typescript-eslint": "8.32.0"
  },
  "packageManager": "yarn@4.12.0"
}