Initial version

This commit is contained in:
2025-12-15 17:08:43 +01:00
parent a2cd7cf793
commit 0d2f1fb82d
5 changed files with 796 additions and 40 deletions

View File

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