{
  "name": "@crunchya/element_builder",
  "version": "0.1.7",
  "description": "An HTMLElement builder for node.js",
  "main": "index.ts",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "html",
    "HTML",
    "HTMLElement",
    "element",
    "builder",
    "crunchya",
    "@crunchya"
  ],
  "author": "DEREPIERRE Alexandre",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  }
}
