tp-toaster/package.json

22 lines
484 B
JSON
Raw Permalink Normal View History

2023-07-12 11:33:14 +02:00
{
2023-07-13 16:13:44 +02:00
"name": "@tp/tp-toaster",
2024-10-21 23:35:24 +02:00
"version": "1.0.1",
2023-07-12 11:33:14 +02:00
"description": "",
2023-07-13 16:13:44 +02:00
"main": "tp-toaster.js",
2023-07-12 11:33:14 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2023-07-13 16:13:44 +02:00
"url": "https://gitea.codeblob.work/tp-elements/tp-toaster.git"
2023-07-12 11:33:14 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2023-07-13 16:13:44 +02:00
"@tp/helpers": "^1.2.1",
"@tp/tp-icon": "^1.0.1",
"@tp/tp-media-query": "^1.0.0",
2023-07-12 11:33:14 +02:00
"lit": "^2.2.0"
}
}