UNPKG

@eka-care/patient-ts-sdk

Version:

TypeScript SDK for Trinity Patient Profile Management System

32 lines (31 loc) 729 B
{ "name": "@eka-care/patient-ts-sdk", "version": "1.0.4", "description": "TypeScript SDK for Trinity Patient Profile Management System", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "tsc --watch", "type-check": "tsc --noEmit", "build": "tsc", "test": "node test-sdk.js" }, "keywords": [ "trinity", "patient", "profiles", "healthcare", "sdk", "typescript" ], "author": "Eka Care", "license": "MIT", "publishConfig": { "access": "public" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0" }, "dependencies": {} }