{
	"name": "@spectrum-css/coachmark",
	"version": "9.2.0",
	"description": "The Spectrum CSS coachmark component",
	"license": "Apache-2.0",
	"author": "Adobe",
	"homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-coach-mark--docs",
	"repository": {
		"type": "git",
		"url": "https://github.com/adobe/spectrum-css.git",
		"directory": "components/coachmark"
	},
	"bugs": {
		"url": "https://github.com/adobe/spectrum-css/issues"
	},
	"exports": {
		".": "./dist/index.css",
		"./*.md": "./*.md",
		"./package.json": "./package.json",
		"./dist/*": "./dist/*",
		"./index.css": "./dist/index.css",
		"./metadata.json": "./dist/metadata.json",
		"./stories/*": "./stories/*"
	},
	"main": "dist/index.css",
	"peerDependencies": {
		"@spectrum-css/actionbutton": ">=7.0.0 <8.0.0",
		"@spectrum-css/actionmenu": ">=7.0.0 <8.0.0",
		"@spectrum-css/button": ">=14.0.0 <15.0.0",
		"@spectrum-css/buttongroup": ">=9.0.0 <10.0.0",
		"@spectrum-css/menu": ">=9.0.0 <10.0.0",
		"@spectrum-css/popover": ">=8.0.0 <9.0.0",
		"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
	},
	"peerDependenciesMeta": {
		"@spectrum-css/actionbutton": {
			"optional": true
		},
		"@spectrum-css/actionmenu": {
			"optional": true
		},
		"@spectrum-css/button": {
			"optional": true
		},
		"@spectrum-css/buttongroup": {
			"optional": true
		},
		"@spectrum-css/menu": {
			"optional": true
		},
		"@spectrum-css/popover": {
			"optional": true
		},
		"@spectrum-css/tokens": {
			"optional": true
		}
	},
	"devDependencies": {
		"@spectrum-css/actionbutton": "7.2.0",
		"@spectrum-css/actionmenu": "7.2.0",
		"@spectrum-css/button": "14.2.0",
		"@spectrum-css/buttongroup": "9.2.0",
		"@spectrum-css/menu": "9.3.0",
		"@spectrum-css/popover": "8.3.0",
		"@spectrum-css/tokens": "16.0.2"
	},
	"keywords": [
		"design-system",
		"spectrum",
		"spectrum-css",
		"adobe",
		"adobe-spectrum",
		"component",
		"css"
	],
	"publishConfig": {
		"access": "public"
	},
	"spectrum": [
		{
			"guidelines": "https://spectrum.adobe.com/page/coach-mark",
			"rootClass": "spectrum-CoachMark",
			"swc": "https://opensource.adobe.com/spectrum-web-components/components/coachmark/"
		}
	]
}
