UNPKG

india-pincode-finder

Version:

Find detailed Indian address information by using a valid 6-digit PIN code. Ideal for logistics, address validation, fintech onboarding (KYC), e-commerce, and mapping services.

60 lines (59 loc) 1.6 kB
{ "name": "india-pincode-finder", "version": "1.1.0", "description": "Find detailed Indian address information by using a valid 6-digit PIN code. Ideal for logistics, address validation, fintech onboarding (KYC), e-commerce, and mapping services.", "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "data", "package.json", "README.md", "LICENSE", "tsconfig.json", "rollup.config.js" ], "scripts": { "build": "rollup -c", "test": "npm run build && node test/test.js", "interactive": "npm run build && node test/interactive.js", "prepublishOnly": "npm run build" }, "keywords": [ "india", "pincode", "postal", "zip", "address", "lookup", "geocode", "location" ], "author": "Aniket Dhumal, Akshat Kotpalliwar (alias IntegerAlex on GitHub)", "license": "GPL-3.0-only", "repository": { "type": "git", "url": "git+https://github.com/IntegerAlex/IndiaPincodeFinder.git" }, "bugs": { "url": "https://github.com/IntegerAlex/IndiaPincodeFinder/issues" }, "homepage": "https://github.com/IntegerAlex/IndiaPincodeFinder#readme", "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.3", "@types/node": "^20.11.28", "rollup": "^4.44.0", "typescript": "^5.0.0" } }