auto_cep
Version:
Este é um plugin para buscar o CEP no viacep
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "auto_cep",
"version": "2.0.5",
"description": "Este é um plugin para buscar o CEP no viacep",
"main": "./dist/main.js",
"dependencies": {
"axios": "^0.27.2",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"husky": "^8.0.1",
"jest": "^28.1.0",
"ts-jest": "^28.0.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.4"
},
"scripts": {
"build": "rm -rf ./dist/ && tsc",
"test:watch": "jest --watch",
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthurmoro/viacep_plugin.git"
},
"author": "Arthur Moro",
"license": "ISC",
"bugs": {
"url": "https://github.com/arthurmoro/viacep_plugin/issues"
},
"homepage": "https://github.com/arthurmoro/viacep_plugin#readme",
"keywords": [
"viacep",
"buscacep",
"brasil",
"cep"
]
}