tp-textarea/package.json

20 lines
423 B
JSON
Raw Normal View History

2024-06-10 22:51:52 +02:00
{
2024-06-10 23:11:36 +02:00
"name": "@tp/tp-textarea",
"version": "1.0.2",
2024-06-10 22:51:52 +02:00
"description": "",
2024-06-10 23:11:36 +02:00
"main": "tp-textarea.js",
2024-06-10 22:51:52 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2024-06-10 23:11:36 +02:00
"url": "https://gitea.codeblob.work/tp-textareas/tp-textarea.git"
2024-06-10 22:51:52 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2024-06-10 23:11:36 +02:00
"@tp/helpers": "^2.2.0",
"lit": "^3.0.0"
2024-06-10 22:51:52 +02:00
}
}