{
  "name": "fragelement",
  "version": "1.3.22",
  "description": "Web component wrapper class with additional utilities for easier rendering logic controls. Uses document fragments that can be re-rendered more quickly",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brainsatplay/DOMElement.git"
  },
  "keywords": [
    "dom",
    "fragment",
    "html"
  ],
  "author": "Joshua Brewster and Garrett Flynn",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/brainsatplay/DOMElement/issues"
  },
  "homepage": "https://github.com/brainsatplay/DOMElement#readme"
}
