First version

This commit is contained in:
2023-02-06 14:16:10 +01:00
parent 3b0b00e927
commit 30ac8c75eb
6 changed files with 339 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "@tp/tp-splitter",
"version": "1.0.0",
"description": "",
"main": "tp-splitter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-splitter.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.6.1"
}
}