{
  "name": "@blockchainhub/blo",
  "version": "1.2.7",
  "license": "CORE",
  "author": "Pierre Bertet <hi@bpier.re>",
  "contributors": [
    "Blockchain Hub @bchainhub",
    "Rastislav Vašička @rastislavcore"
  ],
  "description": "blo is a small and fast library to generate Blockchain identicons.",
  "keywords": [
    "core",
    "blockchain",
    "xcb",
    "identicon",
    "blockies",
    "web3",
    "dapps",
    "blo"
  ],
  "homepage": "https://github.com/bchainhub/blo",
  "bugs": "https://github.com/bchainhub/blo/issues",
  "repository": "github:bchainhub/blo",
  "type": "module",
  "module": "./dist/index.js",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "dev": "vite ./demos/react",
    "build": "tsc && esbuild dist/*.js --minify --outdir=dist --allow-overwrite",
    "ncu-all": "ncu -u && cd demos/bun && ncu -u && cd ../node && ncu -u && cd ../react && ncu -u && cd ../../benchmark && ncu -u"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "devDependencies": {
    "globals": "^15.14.0",
    "typescript": "^5.7.3",
    "vite": "^6.1.0",
    "vite-plugin-dts": "^4.5.0",
    "esbuild": "^0.25.0"
  },
  "engines": {
    "node": ">=16"
  }
}
