{
	"name": "@atlaskit/link-client-extension",
	"version": "6.0.1",
	"description": "Extension methods for linking platform client",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlassian/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Navigation Experiences - Linking Platform",
		"website": {
			"name": "LinkClientExtension"
		}
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"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 <4.9": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"sideEffects": false,
	"atlaskit:src": "src/index.ts",
	"dependencies": {
		"@atlaskit/json-ld-types": "^1.4.0",
		"@atlaskit/linking-common": "^9.11.0",
		"@atlaskit/linking-types": "^14.2.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@babel/runtime": "^7.0.0",
		"lru_map": "^0.4.1"
	},
	"peerDependencies": {
		"@atlaskit/link-provider": "^4.3.0",
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@atlaskit/link-test-helpers": "^9.1.0",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"@atlassian/react-compiler-gating": "workspace:^",
		"@testing-library/react": "^16.3.0",
		"react-dom": "^18.2.0",
		"wait-for-expect": "^1.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"code-structure": [
				"tangerine-next"
			],
			"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",
				"emotion"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			]
		}
	},
	"compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/cf4080bb-133c-425e-bf40-17e725f5add5"
}
