lion/packages/tooltip/package.json
github-actions[bot] 59204ab3f1 Version Packages
2020-10-19 09:30:12 +00:00

48 lines
1.1 KiB
JSON

{
"name": "@lion/tooltip",
"version": "0.15.2",
"description": "Show relative overlay content on hover",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/tooltip"
},
"main": "index.js",
"module": "index.js",
"files": [
"*.d.ts",
"*.js",
"docs",
"src",
"test",
"test-helpers",
"translations",
"types"
],
"scripts": {
"debug": "cd ../../ && yarn debug --group tooltip",
"debug:firefox": "cd ../../ && yarn debug:firefox --group tooltip",
"debug:webkit": "cd ../../ && yarn debug:webkit --group tooltip",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --group tooltip"
},
"sideEffects": [
"lion-tooltip.js",
"lion-tooltip-arrow.js"
],
"dependencies": {
"@lion/core": "0.13.1",
"@lion/overlays": "0.21.1"
},
"keywords": [
"lion",
"tooltip",
"web-components"
],
"publishConfig": {
"access": "public"
}
}