Files
wc-timer/package.json
2026-01-06 01:50:20 +01:00

33 lines
632 B
JSON

{
"name": "wc-timer",
"version": "1.1.0",
"description": "A lightweight, dependency-free countdown timer Web Component.",
"type": "module",
"main": "src/wc-timer.js",
"exports": {
".": "./src/wc-timer.js"
},
"files": [
"src/wc-timer.js",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"test": "echo 'Tests are running in Docker environment' && exit 0"
},
"keywords": [
"web-component",
"custom-elements",
"timer",
"countdown",
"date",
"time",
"zero-dependency"
],
"author": "Dávid Ali",
"license": "MIT",
"devDependencies": {
"jest": "^30.2.0"
}
}