{
	"name": "@atlaskit/ufo",
	"version": "1.0.0",
	"description": "UFO external part",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "UIP Frontend Observability",
		"website": {
			"name": "UFO"
		}
	},
	"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": false,
	"atlaskit:src": "src/index.ts",
	"dependencies": {
		"@atlaskit/platform-feature-flags": "^2.0.0",
		"@babel/runtime": "^7.0.0",
		"uuid": "^3.1.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"deprecation": [
				"no-deprecated-imports"
			]
		}
	},
	"platform-feature-flags": {},
	"devDependencies": {
		"react": "^18.2.0"
	}
}
