{
  "name": "@healthhero/traversal-embed",
  "version": "6.2.5",
  "description": "HealthHero's embeded traversal client",
  "keywords": [
    "HealthHero",
    "traversal",
    "react"
  ],
  "author": "HealthHero Team <core.engineering@healthhero.com>",
  "homepage": "https://gitlab.com/healthhero-technologies/platform/gaia/ux/traversal/npm#readme",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/healthhero-technologies/platform/gaia/ux/traversal/npm.git"
  },
  "bugs": {
    "url": "https://gitlab.com/healthhero-technologies/platform/gaia/ux/traversal/npm/-/issues"
  },
  "scripts": {
    "build": "esbuild src/index.tsx --bundle --outfile=lib/traversal-embed.js --format=iife --global-name=traversal --define:process.env.NODE_ENV=\\\"production\\\" --minify --sourcemap",
    "serve": "npm run build && serve ."
  },
  "typedoc": {
    "entryPoint": "src/index.tsx"
  },
  "dependencies": {
    "@healthhero/styled-components": "^6.2.5",
    "@healthhero/traversal-core": "^6.2.5",
    "@healthhero/traversal-redux": "^6.2.5"
  },
  "gitHead": "8b5db603ffd5a2b5a679d59f3926b47bf30493bf"
}
