awesome-cep
Version:
## Instalação ```sh $ npm i awesome-cep ```
29 lines (28 loc) • 621 B
JSON
{
"name": "awesome-cep",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test/cep.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raniellyferreira/awesome-cep.git"
},
"keywords": [
"cep",
"address",
"endereco",
"ibge"
],
"author": "Ranielly Ferreira <eu@raniellyferreira.com.br>",
"license": "ISC",
"bugs": {
"url": "https://github.com/raniellyferreira/awesome-cep/issues"
},
"homepage": "https://github.com/raniellyferreira/awesome-cep#readme",
"dependencies": {
"axios": "^0.19.2"
}
}