{
    "name": "@downforce/webx",
    "version": "1.0.2",
    "type": "module",
    "sideEffects": false,
    "files": [
        "/LICENSE.txt",
        "/esm/",
        "/ts/"
    ],
    "exports": {
        "./*": "./esm/*.js"
    },
    "scripts": {
        "clean": "rm -rf ./esm/ || true; rm -rf ./node_modules/.cache/ || true",
        "build": "tsc --listEmittedFiles",
        "prepack": "npm run clean; npm run build",
        "preversion": "npm run build"
    },
    "dependencies": {
        "@downforce/std": "1",
        "@downforce/web": "1",
        "tslib": "2"
    },
    "devDependencies": {
        "@downforce/tsconfig": "1",
        "typescript": "5.8"
    },
    "author": "Daniele Orlando",
    "license": "BSD-2-Clause",
    "description": "Awesome Web Components and Custom Elements",
    "keywords": [
        "TypeScript",
        "JavaScript",
        "Web",
        "Components",
        "Custom",
        "Elements"
    ],
    "homepage": "https://github.com/downforcetech/downforce.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/downforcetech/downforce.js.git"
    },
    "bugs": {
        "url": "https://github.com/downforcetech/downforce.js/issues"
    }
}
