wcb/package.json
2023-09-19 09:44:02 +02:00

32 lines
770 B
JSON

{
"name": "web-component-base",
"version": "1.6.3",
"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"
}
}