tp-popup/package.json

21 lines
442 B
JSON
Raw Permalink Normal View History

2022-03-16 22:26:57 +01:00
{
2022-03-16 23:45:06 +01:00
"name": "@tp/tp-popup",
"version": "1.0.7",
2022-03-16 22:26:57 +01:00
"description": "",
2022-03-16 23:45:06 +01:00
"main": "tp-popup.js",
2022-03-16 22:26:57 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-16 23:45:06 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-popup.git"
2022-03-16 22:26:57 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2022-03-16 23:45:06 +01:00
"@tp/helpers": "^1.0.1",
"@tp/tp-icon": "^1.0.1",
2022-03-16 22:26:57 +01:00
"lit": "^2.2.0"
}
}