{
    "name": "redefine-custom-elements",
    "version": "0.1.3",
    "license": "MIT",
    "author": "Caridy Patiño <caridy@gmail.com>",
    "description": "Experimental library to allow re-defining custom elements",
    "repository": {
        "type": "git",
        "url": "https://github.com/caridy/redefine-custom-elements.git"
    },
    "module": "lib/index.js",
    "scripts": {
        "prepare": "npm run build",
        "clean": "rimraf lib",
        "build": "tsc"
    },
    "files": [
        "lib/"
    ],
    "publishConfig": {
        "access": "public"
    },
    "devDependencies": {
        "rimraf": "3.0.2",
        "tslib": "2.3.1",
        "typescript": "4.6.2"
    },
    "engines": {
        "node": ">=16"
    },
    "engineStrict": true,
    "volta": {
        "node": "16.13.1",
        "yarn": "1.22.11"
    }
}
