rnds
Version:
Biblioteca de conveniência para acesso aos serviços oferecidos pela Rede Nacional de Dados em Saúde (RNDS).
33 lines (32 loc) • 835 B
JSON
{
"name": "rnds",
"version": "0.2.4",
"type": "module",
"description": "Biblioteca de conveniência para acesso aos serviços oferecidos pela Rede Nacional de Dados em Saúde (RNDS).",
"main": "rnds.js",
"scripts": {
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyriosdata/rnds.git"
},
"keywords": [
"rnds",
"biblioteca",
"javascript"
],
"author": "Fábio Nogueira de Lucena <fabio@inf.ufg.br> (https://github.com/kyriosdata)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kyriosdata/rnds/issues"
},
"homepage": "https://github.com/kyriosdata/rnds#readme",
"dependencies": {
"chalk": "^5.0.0",
"node-fetch": "^3.2.0"
},
"devDependencies": {
"jest": "^26.6.3"
}
}