tp-dropdown/package.json

23 lines
517 B
JSON

{
"name": "@tp/tp-dropdown",
"version": "1.4.0",
"description": "",
"main": "tp-dropdown.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-dropdown.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^1.0.1",
"@tp/tp-icon": "^1.0.0",
"@tp/tp-input": "^1.0.3",
"@tp/tp-media-query": "^1.0.0",
"lit": "^2.2.0"
}
}