UNPKG

rxnormie

Version:

A simple but robust TypeScript client for the RxNorm API — for normies. This package provides a simple and intuitive way to interact with the RxNorm API.

43 lines (42 loc) 959 B
{ "name": "rxnormie", "version": "1.0.8", "description": "A simple but robust TypeScript client for the RxNorm API — for normies. This package provides a simple and intuitive way to interact with the RxNorm API.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "rxnorm", "api", "sdk", "typescript", "healthcare", "medication", "drugs", "pharmacy" ], "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.2" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.2" }, "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/yourusername/rxnormie.git" }, "bugs": { "url": "https://github.com/yourusername/rxnormie/issues" }, "homepage": "https://github.com/yourusername/rxnormie#readme" }