@mardillu/us-cities-utils
Version:
A lightweight TypeScript utility library to work with US cities and ZIP codes — perfect for filters, maps, address lookups, and geolocation logic.
49 lines (48 loc) • 1.41 kB
JSON
{
"name": "@mardillu/us-cities-utils",
"version": "1.2.6",
"description": "A lightweight TypeScript utility library to work with US cities and ZIP codes — perfect for filters, maps, address lookups, and geolocation logic.",
"main": "dist/index.js",
"private": false,
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rollup -c && tsc --emitDeclarationOnly",
"test": "tsc --noEmit && jest",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"javascript",
"library",
"us",
"states",
"cities",
"zipcodes"
],
"author": "Ezekiel Sebastine",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/jest": "^30.0.0",
"babel-jest": "^30.0.5",
"jest": "^30.0.5",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.4.1",
"tslib": "^2.8.1",
"typescript": "^5.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mardillu/us-cities-utils.git"
},
"bugs": {
"url": "https://github.com/mardillu/us-cities-utils/issues"
},
"homepage": "https://github.com/mardillu/us-cities-utils#readme"
}