{
	"name": "@financial-times/o-icons",
	"version": "7.9.0",
	"description": "Helper SCSS tool for using the FT's icons. For a full list of available icons please see the fticons image set",
	"keywords": [
		"icons",
		"images"
	],
	"homepage": "https://registry.origami.ft.com/components/o-icons",
	"bugs": {
		"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-icons,components",
		"email": "origami.support@ft.com"
	},
	"license": "MIT",
	"type": "module",
	"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"
	},
	"engines": {
		"npm": ">7"
	},
	"private": false
}
