tp-avatar/package.json

19 lines
387 B
JSON
Raw Permalink Normal View History

2024-06-11 12:24:10 +02:00
{
2024-06-11 13:19:43 +02:00
"name": "@tp/tp-avatar",
2024-10-21 23:37:00 +02:00
"version": "1.0.3",
2024-06-11 12:24:10 +02:00
"description": "",
2024-06-11 13:19:43 +02:00
"main": "tp-avatar.js",
2024-06-11 12:24:10 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2024-06-11 13:19:43 +02:00
"url": "https://gitea.codeblob.work/tp-elements/tp-avatar.git"
2024-06-11 12:24:10 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^3.0.0"
}
}