@arrowhealth/bridge-sdk
Version:
Bridge SDK provides web applications the ability to integrate with the Bridge Platform.
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "@arrowhealth/bridge-sdk",
"version": "2.7.1",
"description": "Bridge SDK provides web applications the ability to integrate with the Bridge Platform.",
"keywords": [
"healthcare",
"emr",
"ehr",
"rpm",
"payer",
"labs"
],
"engines": {
"node": ">=12.0.0"
},
"repository": "git@github.com:arrowhealth/bridge-sdk.git",
"license": "SEE LICENSE",
"publishConfig": {
"access": "public"
},
"scripts": {
"release": "np --no-tests",
"build": "rollup -c",
"docs:build": "npm run docs:cleanup && typedoc --out docs",
"docs:cleanup": "./scripts/clean-docs.sh $npm_package_version",
"docs:publish": "gh-pages -d docs",
"watch": "rollup -c --watch",
"version": "npm run build"
},
"main": "dist/index.js",
"files": [
"dist/*"
],
"devDependencies": {
"@rollup/plugin-html": "1.0.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"cacheable-request": "10.2.14",
"dotenv": "16.3.1",
"dotenv-load": "3.0.0",
"gh-pages": "6.1.1",
"np": "9.2.0",
"rollup": "4.9.2",
"rollup-plugin-clear": "2.0.7",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-version-injector": "1.3.3",
"tslib": "2.6.2",
"typedoc": "0.25.6",
"typescript": "5.3.3"
}
}