@healthhero/traversal-embed
Version:
HealthHero's embeded traversal client
45 lines (44 loc) • 1.59 kB
JSON
{
"name": "@healthhero/traversal-embed",
"version": "5.2.2",
"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": {
"browserify": "browserify src/index.tsx -o lib/traversal-embed.js -s traversal -p [ tsify ] -t [ babelify --presets [ @babel/preset-env @babel/preset-typescript @babel/preset-react ] --plugins [ @babel/proposal-class-properties @babel/proposal-object-rest-spread @babel/plugin-transform-runtime ] ] -g [ envify --NODE_ENV production ] -g uglifyify | terser --compress --mangle",
"minify": "minify lib/traversal-embed.js > lib/traversal-embed.min.js",
"build": "npm run browserify && npm run minify",
"serve": "npm run build && serve ."
},
"typedoc": {
"entryPoint": "src/index.tsx"
},
"dependencies": {
"@healthhero/styled-components": "^5.2.2",
"@healthhero/traversal-core": "^5.2.2",
"@healthhero/traversal-redux": "^5.2.2"
},
"gitHead": "78bdd60b30d8a03b22bd40d5bec9a84b655a5958"
}