This commit is contained in:
2024-07-30 10:43:54 +02:00
parent 0689bf9ffe
commit 549d914b6c
5 changed files with 1033 additions and 39 deletions

View File

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