{
	"name": "@atlaskit/rovo-agent-components",
	"version": "4.4.0",
	"description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlassian/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Rovo Agents",
		"website": {
			"name": "RovoAgentComponents",
			"category": "Components"
		}
	},
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"module:es2019": "dist/es2019/index.js",
	"types": "dist/types/index.d.ts",
	"typesVersions": {
		">=4.5 <5.4": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"atlaskit:src": "src/index.ts",
	"sideEffects": [
		"*.compiled.css"
	],
	"dependencies": {
		"@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
		"@atlaskit/analytics-next": "^11.2.0",
		"@atlaskit/avatar": "^25.14.0",
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/dropdown-menu": "^16.8.0",
		"@atlaskit/flag": "^17.11.0",
		"@atlaskit/heading": "^5.4.0",
		"@atlaskit/icon": "^34.3.0",
		"@atlaskit/link": "^3.4.0",
		"@atlaskit/logo": "^20.1.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/primitives": "^19.0.0",
		"@atlaskit/rovo-agent-analytics": "^1.3.0",
		"@atlaskit/skeleton": "^2.1.0",
		"@atlaskit/spinner": "^19.1.0",
		"@atlaskit/tokens": "^13.0.0",
		"@atlaskit/tooltip": "^21.2.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0",
		"react-dom": "^18.2.0",
		"react-magnetic-di": "^3.1.4",
		"react-relay": "npm:atl-react-relay@0.0.0-main-39e79f66"
	},
	"devDependencies": {
		"@af/integration-testing": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/ssr": "workspace:^",
		"@atlassian/agent-studio-test-utils": "workspace:^",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"@atlassian/react-compiler-gating": "workspace:^",
		"@atlassian/testing-library": "^0.5.0",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.4.3",
		"@types/relay-test-utils": "^18.0.0",
		"react-intl": "^6.6.2",
		"relay-test-utils": "npm:atl-relay-test-utils@0.0.0-main-39e79f66",
		"wait-for-expect": "^1.2.0"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"analytics": [
				"analytics-next"
			],
			"design-tokens": [
				"color"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": [
				"no-deprecated-imports"
			],
			"styling": [
				"static",
				"compiled"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			]
		}
	},
	"platform-feature-flags": {
		"rovo_chat_bugfix_agent_avatar_squish": {
			"type": "boolean"
		},
		"should-render-to-parent-should-be-true-ai-mate": {
			"type": "boolean"
		},
		"rovo_agent_versioning_enabled": {
			"type": "boolean"
		},
		"jira_ai_force_rovo_dev_avatar": {
			"type": "boolean"
		},
		"rovo_agents_agent_verification": {
			"type": "boolean"
		},
		"rovo_agent_support_a2a_avatar": {
			"type": "boolean"
		},
		"jira_browse_agents_modal": {
			"type": "boolean"
		}
	}
}
