Initial implementation

This commit is contained in:
2024-10-21 23:29:10 +02:00
parent 24dd530db8
commit a6b62fcd46
6 changed files with 247 additions and 40 deletions
+5 -4
View File
@@ -1,18 +1,19 @@
{
"name": "@tp/tp-element",
"version": "0.0.1",
"name": "@tp/tp-dropzone",
"version": "1.0.0",
"description": "",
"main": "tp-element.js",
"main": "tp-dropzone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-element.git"
"url": "https://gitea.codeblob.work/tp-dropzones/tp-dropzone.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^1.3.0",
"lit": "^2.2.0"
}
}