{
  "name": "@tallieu_tallieu/heml-elements",
  "type": "module",
  "version": "1.0.9",
  "description": "Core elements for HEML",
  "keywords": [
    "heml"
  ],
  "homepage": "https://heml.io",
  "bugs": "https://github.com/TallieuTallieu/heml/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/TallieuTallieu/heml.git"
  },
  "author": "Tallieu&Tallieu <dev@tnt.be> (https://tnt.be)",
  "files": [
    "build/"
  ],
  "main": "build/index.js",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@tallieu_tallieu/heml-styles": "^1.0.8",
    "@tallieu_tallieu/heml-utils": "^1.0.9",
    "axios": "^1.7.9",
    "fs-extra": "^11.2.0",
    "image-size": "^1.2.0",
    "is-absolute-url": "^4.0.1",
    "lodash": "^4.17.21"
  },
  "packageManager": "yarn@4.6.0"
}