blo
Version:
blo is a small and fast library to generate Ethereum identicons.
40 lines • 902 B
JSON
{
"name": "blo",
"version": "2.0.0",
"license": "MIT",
"author": "Pierre Bertet <hi@bpier.re>",
"description": "blo is a small and fast library to generate Ethereum identicons.",
"keywords": [
"ethereum",
"eth",
"identicon",
"blockies",
"web3",
"dapps"
],
"homepage": "https://github.com/bpierre/blo",
"bugs": "https://github.com/bpierre/blo/issues",
"repository": "github:bpierre/blo",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"default": "./dist/cjs/index.js"
}
},
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^22.13.13",
"typescript": "^5.8.2",
"vite": "^6.2.3"
},
"scripts": {
"build": "vite build"
}
}