tp-button/package.json
2023-08-09 00:25:01 +02:00

22 lines
477 B
JSON

{
"name": "@tp/tp-button",
"version": "1.3.0",
"description": "",
"main": "tp-button.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-button.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^1.0.0",
"@tp/tp-icon": "^1.0.0",
"@tp/tp-spinner": "^1.0.0",
"lit": "^2.2.0"
}
}