{
  "name": "@logosdx/utils",
  "version": "6.1.0",
  "description": "A small, common set of JS and TS utilities for LogosDX",
  "license": "BSD-3-Clause",
  "homepage": "https://logosdx.dev/",
  "bugs": {
    "url": "https://github.com/logosdx/monorepo/issues",
    "email": "danilo@alonso.network"
  },
  "author": "Danilo Alonso <danilo@alonso.network>",
  "repository": {
    "type": "git",
    "url": "https://github.com/logosdx/monorepo",
    "directory": "packages/utils"
  },
  "keywords": [
    "utils",
    "meta programming"
  ],
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "readme.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.mjs"
    }
  },
  "unpkg": "./dist/browser/bundle.js",
  "jsdelivr": "./dist/browser/bundle.js"
}