{ "name": "web-component-base", "version": "1.6.1", "description": "Minimal base class for creating reactive custom elements easily", "main": "index.d.ts", "scripts": { "start": "npx simple-server .", "build": "tsc --allowJs src/* --outDir dist --declaration" }, "repository": { "type": "git", "url": "https://git.sr.ht/~ayoayco/web-component-base" }, "files": [ "dist/*" ], "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", "devDependencies": { "typescript": "^5.2.2" } }