{
	"name": "@atlaskit/icon-object",
	"version": "7.5.6",
	"description": "An object icon is used to represent an Atlassian-specific content type.",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"homepage": "https://atlassian.design/components/icon-object/",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"atlaskit:src": "src/index.tsx",
	"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": [
		"**/*.compiled.css"
	],
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlassian/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Design System Team",
		"website": {
			"name": "Icon object",
			"category": "Images and icons",
			"status": {
				"type": "deprecated",
				"description": "This package is deprecated.\n\nUse [object](https://atlassian.design/components/object/examples) instead."
			}
		}
	},
	"scripts": {
		"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
	},
	"dependencies": {
		"@atlaskit/icon": "^34.0.0",
		"@atlaskit/object": "^1.0.0",
		"@atlaskit/tokens": "^13.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/formatting": "workspace:^",
		"@af/icon-build-process": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/textfield": "^8.3.0",
		"@atlaskit/tooltip": "^21.1.0",
		"@atlassian/codegen": "^0.1.0",
		"@atlassian/react-compiler-gating": "workspace:^",
		"fs-extra": "^4.0.2",
		"pkg-dir": "^4.2.0",
		"react-dom": "^18.2.0",
		"ts-node": "^10.9.1"
	},
	"keywords": [
		"atlaskit",
		"ui"
	],
	"techstack": {
		"@repo/internal": {
			"design-system": "v1",
			"dom-events": "use-bind-event-listener",
			"design-tokens": [
				"color",
				"spacing"
			],
			"styling": [
				"compiled"
			],
			"deprecation": "no-deprecated-imports"
		}
	}
}
