Initial commit

This commit is contained in:
tp-elements
2022-03-12 22:39:10 +01:00
commit 8a316b3d36
6 changed files with 164 additions and 0 deletions

18
package.json Normal file
View File

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