UNPKG

jpostcode

Version:

A library for finding Japanese addresses by postal code.

58 lines (57 loc) 1.34 kB
{ "name": "jpostcode", "version": "0.24.202603", "description": "A library for finding Japanese addresses by postal code.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/matzlika/jpostcode-js.git" }, "homepage": "https://github.com/matzlika/jpostcode-js#readme", "bugs": { "url": "https://github.com/matzlika/jpostcode-js/issues" }, "keywords": [ "jpostcode", "Japanese addresses", "postal code", "address lookup", "Japan", "prefecture", "city", "town", "Kana", "TypeScript", "JavaScript", "郵便番号", "住所検索", "日本", "都道府県", "市区町村", "町域", "カナ" ], "scripts": { "build": "npm run build:js && npm run build:types", "build:js": "node esbuild.mjs", "build:types": "tsc src/jpostcode.ts --declaration --emitDeclarationOnly --outfile dist/index.d.ts", "test": "jest" }, "files": [ "dist", "README.md", "README.en.md" ], "devDependencies": { "@types/jest": "^30.0.0", "esbuild": "^0.27.2", "npm-check-updates": "^19.3.0", "ts-jest": "^29.4.6", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.9.3" } }