tp-date-input/package.json

21 lines
454 B
JSON
Raw Normal View History

2022-04-03 19:21:01 +02:00
{
2022-11-15 20:22:58 +01:00
"name": "@tp/tp-date-input",
2025-02-06 22:30:13 +01:00
"version": "1.1.0",
2022-04-03 19:21:01 +02:00
"description": "",
2022-11-15 20:22:58 +01:00
"main": "tp-date-input.js",
2022-04-03 19:21:01 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-11-15 20:22:58 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-date-input.git"
2022-04-03 19:21:01 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2025-02-06 22:30:13 +01:00
"date-fns": "^2.0.0",
"date-fns-tz": "^2.0.0",
"lit": "^3.0.0"
2022-04-03 19:21:01 +02:00
}
}