tp-tabs/package.json

20 lines
407 B
JSON
Raw Normal View History

2023-03-13 16:39:05 +01:00
{
2023-04-04 11:03:16 +02:00
"name": "@tp/tp-tabs",
2023-09-02 00:19:12 +02:00
"version": "1.0.1",
2023-03-13 16:39:05 +01:00
"description": "",
2023-04-04 11:03:16 +02:00
"main": "tp-tabs.js",
2023-03-13 16:39:05 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2023-04-04 11:03:16 +02:00
"url": "https://gitea.codeblob.work/tp-tabss/tp-tabs.git"
2023-03-13 16:39:05 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2023-04-04 11:03:16 +02:00
"lit": "^2.2.0",
"@tp/helpers": "^1.0.0"
2023-03-13 16:39:05 +01:00
}
}