{
  "name": "@logosdx/dom",
  "version": "3.0.3",
  "description": "A small set of utilities for DOM manipulation",
  "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/dom"
  },
  "keywords": [
    "dom",
    "html events",
    "html attributes",
    "dom utilities"
  ],
  "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",
  "dependencies": {
    "@logosdx/utils": "^7.1.0"
  }
}