@awell-health/navi-js
Version:
Navi.js loading utility - loads the Navi SDK from CDN
58 lines • 1.27 kB
JSON
{
"name": "@awell-health/navi-js",
"version": "0.0.9",
"description": "Navi.js loading utility - loads the Navi SDK from CDN",
"repository": "github:awell-health/navi",
"main": "dist/index.js",
"module": "dist/index.mjs",
"jsnext:main": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"keywords": [
"navi",
"healthcare",
"activities",
"embed",
"sdk"
],
"author": "Awell Health",
"license": "MIT",
"homepage": "https://docs.navi.awell.com",
"engines": {
"node": ">=12.16"
},
"dependencies": {
"@awell-health/navi-core": "0.0.9"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^12.1.4",
"@types/jest": "^29.0.0",
"eslint": "^9.0.0",
"jest": "^29.0.0",
"rollup": "^3.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"typescript": ">=4.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c",
"test": "jest",
"lint": "eslint src/**/*.ts",
"typecheck": "tsc --noEmit"
}
}