tp-dialog/package.json

21 lines
445 B
JSON
Raw Normal View History

2022-03-12 22:31:29 +01:00
{
2022-03-12 22:36:52 +01:00
"name": "@tp/tp-dialog",
2024-11-22 11:27:07 +01:00
"version": "1.2.0",
2022-03-12 22:31:29 +01:00
"description": "",
2022-03-12 22:36:52 +01:00
"main": "tp-dialog.js",
2022-03-12 22:31:29 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-12 22:36:52 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-dialog.git"
2022-03-12 22:31:29 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2022-03-12 22:36:52 +01:00
"@tp/helpers": "^1.0.1",
"@tp/tp-icon": "^1.0.0",
2022-03-12 22:31:29 +01:00
"lit": "^2.2.0"
}
}