tp-dropzone/package.json

20 lines
423 B
JSON
Raw Normal View History

2023-08-23 13:33:07 +02:00
{
2024-10-21 23:29:10 +02:00
"name": "@tp/tp-dropzone",
"version": "1.0.0",
2023-08-23 13:33:07 +02:00
"description": "",
2024-10-21 23:29:10 +02:00
"main": "tp-dropzone.js",
2023-08-23 13:33:07 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2024-10-21 23:29:10 +02:00
"url": "https://gitea.codeblob.work/tp-dropzones/tp-dropzone.git"
2023-08-23 13:33:07 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2024-10-21 23:29:10 +02:00
"@tp/helpers": "^1.3.0",
2023-08-23 13:33:07 +02:00
"lit": "^2.2.0"
}
}