wcb/package.json
2023-09-17 00:48:14 +02:00

29 lines
672 B
JSON

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