UNPKG

cepzim

Version:
43 lines (42 loc) 870 B
{ "name": "cepzim", "version": "0.2.2", "description": "Search cep in Brasil", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest", "dev": "ts-node-dev src/isOK.ts", "build": "tsc", "prepare": "yarn run build" }, "repository": { "type": "git", "url": "https://github.com/wesleyysilva/cepzim" }, "keywords": [ "cep", "correios", "ibge", "tool", "search" ], "author": "Wesley Silva <wesleyysilva@yahoo.com.br>", "license": "MIT", "dependencies": { "@types/axios": "^0.14.0", "axios": "^0.27.2", "fast-xml-parser": "^4.0.11", "typescript": "^4.8.4" }, "devDependencies": { "@types/jest": "^29.1.1", "@types/typescript": "^2.0.0", "jest": "^29.1.2", "ts-jest": "^29.0.3", "ts-node-dev": "^2.0.0" } }