{ "name": "@lion/tooltip", "version": "0.6.2", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/tooltip" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js" }, "keywords": [ "lion", "web-components", "tooltip" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "translations", "*.js" ], "dependencies": { "@lion/core": "0.3.0", "@lion/overlays": "0.10.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.1.1", "@open-wc/testing": "^2.3.4" } }