{
	"name": "cep-any",
	"version": "4.1.3",
	"description": "A modern and zero dependency cep consult lib",
	"repository": {
		"type": "git",
		"url": "https://github.com/victorfernandesraton/cep-any"
	},
	"scripts": {
		"test": "node --test",
		"lint": "standard --fix ./src ./test ./bin",
		"build:source": "node esbuild.config.js",
		"build:types": "npx tsc",
		"build": "rm -rf ./dist && npm run build:types && npm run build:source",
		"prepublishOnly": "npm run build"
	},
	"keywords": [
		"cep",
		"cep-any",
		"promisse.any",
		"zip",
		"zipcode",
		"zipcode-brasil",
		"correios",
		"zip-br",
		"CEP",
		"cep-promise"
	],
	"author": {
		"name": "Victor Fernandes Raton",
		"email": "vfbraton@gmail.com",
		"url": "https://vraton.dev"
	},
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^22.1.0",
		"esbuild": "^0.23.0",
		"standard": "17.1.0",
		"typescript": "^5.5.4"
	},
	"engines": {
		"node": ">= 18"
	},
	"exports": {
		".": {
			"import": "./dist/esm.mjs",
			"require": "./dist/index.js"
		}
	},
	"types": "./dist/types.d.ts",
	"contributors": [
		{
			"name": "Victor Raton",
			"url": "https://github.com/victorfernandesraton"
		}
	],
	"bin": {
		"cep-any": "/bin/cep-any.js"
	},
	"files": [
		"bin",
		"dist",
		"README.md",
		"LICENSE"
	],
	"homepage": "https://github.com/victorfernandesraton/cep-any"
}
