intl-address-format
Version:
Lightweight address formatter with country and locale support.
66 lines (65 loc) • 1.65 kB
JSON
{
"name": "intl-address-format",
"version": "0.1.1",
"type": "module",
"description": "Lightweight address formatter with country and locale support.",
"main": "dist/intl-address-format.umd.js",
"module": "dist/intl-address-format.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"prepare": "husky",
"lint": "tsc --noEmit",
"pre-commit": "npm run lint && npm test",
"prepublishOnly": "npm run lint && npm test && npm run build && npm run prepare-readme",
"prepare-readme": "cp README-npm.md README.md",
"restore-readme": "git checkout README.md"
},
"keywords": [
"address",
"formatter",
"locale",
"international",
"html",
"webcomponent",
"typescript",
"address-formatting",
"postal-address",
"web-component",
"business-address"
],
"homepage": "https://github.com/Marujah/intl-address-format#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Marujah/intl-address-format.git"
},
"bugs": {
"url": "https://github.com/Marujah/intl-address-format/issues"
},
"files": [
"dist/*.js",
"dist/*.d.ts",
"dist/components",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"author": "Marouen Mhiri",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.1.0",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"terser": "^5.43.1",
"typescript": "^5.3.0",
"vite": "^7.0.6",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
}
}