{
	"name": "@financial-times/o-tooltip",
	"version": "6.0.1",
	"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
	"keywords": [
		"tooltip",
		"tool",
		"tip",
		"annotate",
		"highlight",
		"hover"
	],
	"homepage": "https://registry.origami.ft.com/components/o-tooltip",
	"bugs": {
		"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-tooltip,components",
		"email": "origami.support@ft.com"
	},
	"license": "MIT",
	"type": "module",
	"browser": "main.js",
	"scripts": {
		"start": "npx serve ./demos/local",
		"build": "bash ../../scripts/component/build.bash",
		"test": "bash ../../scripts/component/test.bash",
		"debug:js": "bash ../../scripts/component/debug-js.bash",
		"lint": "bash ../../scripts/component/lint.bash",
		"watch": "bash ../../scripts/component/watch.bash"
	},
	"dependencies": {
		"ftdomdelegate": "^4.0.6"
	},
	"peerDependencies": {
		"@financial-times/o-brand": "^4.2.1",
		"@financial-times/o-overlay": "^5.0.0",
		"@financial-times/o-private-foundation": "^1.0.0",
		"@financial-times/o-viewport": "^5.1.2"
	},
	"devDependencies": {
		"@financial-times/o-buttons": "^7.9.2",
		"@financial-times/o-colors": "^6.7.0",
		"@financial-times/o-fonts": "^5.3.5",
		"@financial-times/o-normalise": "^3.3.2"
	},
	"engines": {
		"npm": ">7"
	},
	"private": false
}
