{
  "name": "seer",
  "version": "4.1.1",
  "description": "A customizable devtool solution",
  "license": "MIT",
  "type": "module",
  "author": "Balthazar Gronon <bgronon@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/uber-web/probe.gl.git"
  },
  "keywords": [
    "uber",
    "devtools",
    "debug",
    "deck.gl",
    "luma.gl",
    "seer"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "index.js",
    "dist"
  ],
  "scripts": {
    "docs": "cat docs/header.md > README.md && jsdoc2md index.js >> README.md && sed -i '' '30,1000s/##/###/g' README.md"
  },
  "devDependencies": {
    "ava": "^3.5.0",
    "sinon": "^9.0.0"
  },
  "gitHead": "bd33a0cf48fe0bcc56941272e3a760d13df65b4e"
}
