UNPKG

@cardscan.ai/cardscan-client

Version:

Typescript client for the CardScan API

83 lines (82 loc) 2.06 kB
{ "name": "@cardscan.ai/cardscan-client", "version": "0.11.0", "description": "Typescript client for the CardScan API", "author": "Team CardScan <dev@cardscan.ai> (https://cardscan.ai/)", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/CardScan-ai/api-clients.git" }, "license": "SEE LICENSE IN LICENSE.md", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "rm -rf dist && npm run build", "test": "jest --detectOpenHandles --silent", "test:node": "npm run test --silent --selectProjects node", "test:browser": "npm run test --silent --selectProjects browser", "format": "prettier --write **/*.ts" }, "dependencies": { "axios": "1.7.4", "console-log-level": "^1.4.1", "fast-xml-parser": "4.4.1", "form-data": "4.0.0", "isomorphic-ws": "^5.0.0", "loglevel": "^1.9.2", "winston": "3.13.0", "ws": "^8.18.0", "yup": "^1.4.0" }, "devDependencies": { "@types/console-log-level": "^1.4.5", "@types/jest": "^29.5.12", "@types/node": "^20.11.25", "@types/supertest": "^6.0.2", "@types/ws": "^8.5.10", "dotenv": "^16.4.5", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-puppeteer": "^10.1.1", "prettier": "^3.2.5", "puppeteer": "^23.3.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^4.0" }, "keywords": [ "card", "cards", "scan", "scanning", "scanner", "health", "health insurance", "health insurance card", "medical", "medical insurance", "medical insurance card", "medical card", "insurance", "insurance card", "insurance card scanner", "eligibility", "eligibility check", "eligibility verification", "eligibility verification system", "prior authorization", "prior auth", "payer", "billing", "clinic", "doctor", "medicare", "medicaid", "insurance plan", "medtech" ] }