UNPKG

jposta

Version:

Library for Japanese postal code to address.ES6, Promise based, Typescript ready, React friendly, without any dependencies.

53 lines (52 loc) 1.33 kB
{ "name": "jposta", "description": "Library for Japanese postal code to address.ES6, Promise based, Typescript ready, React friendly, without any dependencies.", "license": "MIT", "version": "0.4.13", "type": "module", "files": [ "dist", "index.d.ts" ], "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" } }, "keywords": [ "jposta", "zipcode", "postal-code", "jp" ], "scripts": { "test": "vitest --run", "build": "tsc && vite build", "parse-csv": "cd ./data && mkdir -p zips && rm -f ./zips/*.json && tsx ./parse.ts && cp -f ./zips/*.json ../lib/zips", "update-csv": "cd ./data && ./update.sh" }, "devDependencies": { "@biomejs/biome": "^2.4.7", "csv-parse": "^6.1.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "vite": "^8.0.0", "vite-plugin-dts": "^4.5.4", "vitest": "^4.1.0" }, "homepage": "https://github.com/nickichi/jposta", "repository": { "type": "git", "url": "https://github.com/nickichi/jposta.git" }, "bugs": { "url": "https://github.com/nickichi/jposta/issues" }, "author": "taichika" }