{
  "name": "indom",
  "version": "1.0.9",
  "type": "commonjs",
  "description": "InDom - 3.9KB modern JavaScript DOM library - powerful, easy and automates cleanup",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/constcallid/indom.git"
  },
  "main": "./dist/indom.js",
  "module": "./dist/indom.esm.js",
  "types": "./dist/indom.d.ts",
  "exports": {
    ".": {
      "types": "./dist/indom.d.ts",
      "import": "./dist/indom.esm.js",
      "require": "./dist/indom.js",
      "default": "./dist/indom.esm.js"
    }
  },
  "sideEffects": true,
  "unpkg": "./dist/indom.esm.min.js",
  "jsdelivr": "./dist/indom.esm.min.js",
  "files": [
    "dist/*.js",
    "dist/*.map",
    "dist/*.d.ts",
    "src/*.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "dom",
    "dom-library",
    "dom-manipulation",
    "dom-helper",
    "dom-utils",
    "dom-events",
    "event-handling",
    "auto-cleanup",
    "memory-leak-free",
    "lightweight",
    "frontend",
    "es2022",
    "typescript",
    "esm",
    "umd",
    "spa",
    "pwa",
    "javascript",
    "no-dependencies"
  ],
  "author": "Constantine Callid <constantinecallid@gmail.com>",
  "bugs": {
    "url": "https://github.com/constcallid/indom/issues"
  },
  "homepage": "https://github.com/constcallid/indom#readme",
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
