tooltip/package.json

16 lines
348 B
JSON
Raw Normal View History

2024-12-19 21:45:52 +03:00
{
"name": "@advdominion/tooltip",
"version": "1.0.0",
"type": "module",
"packageManager": "yarn@4.5.3",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/tooltip.git"
},
"license": "MIT",
"peerDependencies": {
"@floating-ui/dom": "^1.0.0"
}
}