@healthhero/traversal-embed
Version:
HealthHero's embeded traversal client
43 lines (42 loc) • 1.27 kB
JSON
{
"name": "@healthhero/traversal-embed",
"version": "6.1.0",
"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.1.0",
"@healthhero/traversal-core": "^6.1.0",
"@healthhero/traversal-redux": "^6.1.0"
},
"gitHead": "61ed2e2d39f436c264e92b24c0d7f1783b3e9b80"
}