UNPKG

wallet-shortener

Version:

Simply short your Wallet Addresses in your project, to give your users a better UI and UX.

42 lines (41 loc) 1.06 kB
{ "name": "wallet-shortener", "version": "1.1.7", "description": "Simply short your Wallet Addresses in your project, to give your users a better UI and UX.", "keywords": [ "wallet", "short", "user-friendly", "crypto", "eoa", "smart-contract", "ethereum" ], "homepage": "https://github.com/JUlian-co/wallet-shortener#readme", "bugs": { "url": "https://github.com/JUlian-co/wallet-shortener/issues" }, "repository": { "type": "git", "url": "git+https://github.com/JUlian-co/wallet-shortener.git" }, "license": "MIT", "author": "Julian", "type": "module", "main": "dist/index.js", "exports": { ".": { "import": "./dist/index.js" }, "./ShortAddress": { "import": "./dist/ShortAddress.js" } }, "scripts": { "build": "esbuild src/index.js --outfile=dist/index.js --format=esm && esbuild src/ShortAddress.jsx --outfile=dist/ShortAddress.js --format=esm --loader:.jsx=jsx", "prepare": "npm run build" }, "devDependencies": { "esbuild": "^0.21.5" } }