{
	"name": "@atlaskit/link-test-helpers",
	"version": "11.1.0",
	"description": "Collection of test helpers used in linking platform examples and specs",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Navigation Experiences - Linking Platform"
	},
	"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",
	"sideEffects": [
		"dist/es2019/jest/index.js",
		"dist/esm/jest/index.js"
	],
	"atlaskit:src": "src/index.ts",
	"scripts": {
		"ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
	},
	"dependencies": {
		"@atlaskit/json-ld-types": "^2.0.0",
		"@atlaskit/link-provider": "^5.4.0",
		"@atlaskit/linking-types": "^15.1.0",
		"@atlaskit/platform-feature-flags": "^2.1.0",
		"@atlaskit/react-ufo": "^7.7.0",
		"@babel/runtime": "^7.0.0",
		"@jest/globals": "^26.4.2",
		"@testing-library/react": "^16.3.0",
		"fetch-mock": "^8.0.0",
		"jest-diff": "^29.7.0",
		"lodash": "^4.17.21"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-intl": "^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",
				"spacing"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": [
				"no-deprecated-imports"
			]
		}
	}
}
