UNPKG

jpostcode

Version:

A library for finding Japanese addresses by postal code.

41 lines (40 loc) 941 B
{ "name": "jpostcode", "version": "0.20.202508", "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", "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" ], "devDependencies": { "@types/jest": "^29.5.14", "esbuild": "^0.25.0", "npm-check-updates": "^17.1.14", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.7.3" } }