{
  "name": "gopro-telemetry",
  "version": "1.2.11",
  "description": "Reads telemetry from the GPMF track in GoPro cameras (Hero5 and later) and converts it to multiple formats",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "npm run build && jest",
    "build": "esbuild index.js --outfile=__tests__/browser/dist.js --bundle --platform=browser --format=cjs --banner:js=\"'use strict';var module = {}, exports;\" --sourcemap"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JuanIrache/gopro-telemetry.git"
  },
  "keywords": [
    "GoPro",
    "GPS",
    "GPMF",
    "mgjson",
    "GPX",
    "CSV",
    "KML",
    "geojson",
    "accelerometer",
    "gyroscope",
    "telemetry",
    "metadata",
    "sensors",
    "converter",
    "reader",
    "parser"
  ],
  "author": "Juan Irache Duesca",
  "license": "ISC",
  "peerDependencies": {
    "egm96-universal": "^1.1.0"
  },
  "peerDependenciesMeta": {
    "egm96-universal": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/jest": "^29.5.1",
    "esbuild": "^0.17.17",
    "jest": "^29.5.0",
    "jest-puppeteer": "^8.0.6",
    "puppeteer": "^19.10.0"
  },
  "dependencies": {
    "binary-parser": "^2.2.1"
  }
}
