first commit
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "wc-timer",
|
||||
"version": "1.0.0",
|
||||
"description": "A lightweight, dependency-free countdown timer Web Component.",
|
||||
"type": "module",
|
||||
"main": "src/wc-timer.js",
|
||||
"exports": {
|
||||
".": "./src/wc-timer.js"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user