{
	"name": "@atlaskit/notification-indicator",
	"version": "11.1.1",
	"description": "A wrapped React component used to display whether user has any new notifications.",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"author": "Atlassian Pty Ltd",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"module:es2019": "dist/es2019/index.js",
	"types": "dist/types/index.d.ts",
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Work Platform: Incoming Work",
		"website": {
			"name": "Notification Indicator"
		}
	},
	"dependencies": {
		"@atlaskit/analytics-next": "^12.2.0",
		"@atlaskit/badge": "^19.1.0",
		"@atlaskit/notification-log-client": "^10.0.0",
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@babel/runtime": "^7.0.0"
	},
	"techstack": {
		"@repo/internal": {
			"design-tokens": [
				"color"
			]
		}
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	},
	"devDependencies": {
		"@testing-library/react": "^16.3.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	}
}
