{
    "name": "@cypherpotato/el",
    "version": "1.1.0",
    "description": "a tiny tool to create HTMLElements on the fly",
    "keywords": [
        "dom",
        "element",
        "emmet",
        "html",
        "js"
    ],
    "author": "CypherPotato",
    "repository": {
        "type": "git",
        "url": "https://github.com/CypherPotato/el.js.git"
    },
    "homepage": "https://github.com/CypherPotato/el.js",
    "main": "src/el.js",
    "type": "module",
    "scripts": {
        "pack": "bun build --outfile=dist/el.js ./main.js && bun build --minify --outfile=dist/el.min.js ./main.js"
    },
    "license": "MIT"
}