native-web-components-1
Version:
- Custom web component built with JavaScript that represents a simple counter element. - Automatically increments its counter value every second and shows on display. - Clicking on the counter logs the current counter value.
31 lines (30 loc) • 697 B
JSON
{
"name": "native-web-components-1",
"version": "1.0.4",
"main": "my-element.js",
"type": "module",
"scripts": {
"serve": "web-dev-server --node-resolve --open"
},
"repository": {
"type": "git",
"url": "https://github.com/bhi10/native-web-components"
},
"bugs": {
"url": "https://github.com/bhi10/native-web-components/issues"
},
"homepage": "https://github.com/bhi10/native-web-components",
"author": {
"name": "Hiten Bhayani",
"email": "hitenbhayani41@gmail.com",
"url": "https://github.com/bhi10"
},
"license": "MIT",
"keywords": [
"Web components",
"shadowDOM"
],
"devDependencies": {
"@web/dev-server": "^0.4.1"
}
}