29 lines
700 B
JSON
29 lines
700 B
JSON
{
|
|
"name": "web-component-base",
|
|
"version": "1.6.1",
|
|
"description": "Minimal base class for creating reactive custom elements easily",
|
|
"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"
|
|
}
|