tp-tabs/package.json

20 lines
407 B
JSON
Raw Permalink Normal View History

2023-03-13 16:39:05 +01:00
{
2023-04-04 11:03:16 +02:00
"name": "@tp/tp-tabs",
2024-08-04 22:55:14 +02:00
"version": "1.2.0",
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-09-18 13:03:20 +02:00
"lit": "^2.8.0",
"@tp/helpers": "^2.1.0"
2023-03-13 16:39:05 +01:00
}
}