medicaid
Version:
Software Development Kit (SDK) to interact with the data.gov Medicaid API
25 lines (24 loc) • 497 B
JSON
{
"name": "medicaid",
"version": "1.0.6",
"description": "Software Development Kit (SDK) to interact with the data.gov Medicaid API",
"main": "sdk.js",
"repository": {
"type": "github",
"url": "https://github.com/KunaalAgarwal/medicaid.git"
},
"keywords": [
"medicaid",
"healthcare",
"data"
],
"author": "Kunaal Agarwal",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=14.0.0"
},
"files": [
"sdk/"
]
}