19 lines
390 B
JSON
19 lines
390 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|