First version

This commit is contained in:
2024-08-19 21:47:51 +02:00
parent 8739cac670
commit 9ee517e810
4 changed files with 578 additions and 39 deletions

View File

@@ -1,18 +1,20 @@
{
"name": "@tp/tp-element",
"version": "0.0.1",
"name": "@tp/tp-number-input",
"version": "1.0.0",
"description": "",
"main": "tp-element.js",
"main": "tp-number-input.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-elements/tp-number-input.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^2.3.1",
"@tp/tp-input": "^1.0.6",
"lit": "^3.0.0"
}
}