tp-sortable/package.json
2023-11-11 13:05:31 +01:00

20 lines
422 B
JSON

{
"name": "@tp/tp-sortable",
"version": "1.0.1",
"description": "",
"main": "tp-sortable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-sortable.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.8.0",
"sortablejs": "^1.15.0"
}
}