tp-date-picker/package.json
2025-01-02 22:28:24 +01:00

21 lines
459 B
JSON

{
"name": "@tp/tp-date-picker",
"version": "2.0.1",
"description": "",
"main": "tp-date-picker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-date-picker.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@date-fns/utc": "^2.1.0",
"date-fns": "^4.0.0",
"lit": "^2.2.0"
}
}