{ "name": "web-component-base", "version": "1.0.7", "description": "JavaScript Web Component base class", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.sr.ht/~ayoayco/web-component-base" }, "files": [ "index.mjs", "WebComponent.mjs" ], "keywords": [ "web components", "web component", "custom elements", "custom element" ], "author": "Ayo Ayco", "license": "MIT", "bugs": { "url": "https://todo.sr.ht/~ayoayco/web-component-base" }, "homepage": "https://git.sr.ht/~ayoayco/web-component-base#readme" }