tp-checkbox/package.json

21 lines
451 B
JSON
Raw Normal View History

2022-03-13 23:21:41 +01:00
{
2022-03-14 00:16:13 +01:00
"name": "@tp/tp-checkbox",
2024-10-21 23:36:23 +02:00
"version": "1.0.8",
2022-03-13 23:21:41 +01:00
"description": "",
2022-03-14 00:16:13 +01:00
"main": "tp-checkbox.js",
2022-03-13 23:21:41 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-14 00:16:13 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-checkbox.git"
2022-03-13 23:21:41 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2022-04-29 16:15:55 +02:00
"@tp/helpers": "^1.1.3",
"@tp/tp-icon": "^1.0.1",
2022-03-13 23:21:41 +01:00
"lit": "^2.2.0"
}
}