{
	"name": "@financial-times/o-typography",
	"version": "7.6.3",
	"description": "Typographical styles for FT branded sites. Including typographical fundamentals such as font scales, vertical rhythm, and font fallbacks; plus styles for UI including links, headings, and titles. Other components build on o-typography to provide for more specific usecases.",
	"keywords": [
		"font",
		"link",
		"links",
		"heading",
		"headings",
		"text",
		"copy",
		"scale",
		"caption",
		"footer",
		"list",
		"lists"
	],
	"homepage": "https://registry.origami.ft.com/components/o-typography",
	"bugs": {
		"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-typography,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": {
		"fontfaceobserver": "^2.0.9"
	},
	"peerDependencies": {
		"@financial-times/math": "^1.0.0",
		"@financial-times/o-colors": "^6.7.0",
		"@financial-times/o-fonts": "^5.3.5",
		"@financial-times/o-grid": "^6.1.8",
		"@financial-times/o-icons": "^7.8.0",
		"@financial-times/o-normalise": "^3.3.2",
		"@financial-times/o-spacing": "^3.2.5"
	},
	"devDependencies": {
		"@financial-times/o-grid": "^6.1.8",
		"@financial-times/o-normalise": "^3.3.2",
		"@financial-times/o-colors": "^6.7.0"
	},
	"engines": {
		"npm": ">7"
	},
	"private": false
}
