{
	"name": "@atlaskit/analytics-listeners",
	"version": "10.0.0",
	"description": "Fabric analytics listeners to be used by the products",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"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"
			]
		}
	},
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"team": "UIP Frontend Observability"
	},
	"config": {
		"access": "public"
	},
	"dependencies": {
		"@atlaskit/analytics-gas-types": "^5.1.0",
		"@atlaskit/analytics-namespaced-context": "^7.2.0",
		"@atlaskit/analytics-next": "^11.1.0",
		"@babel/runtime": "^7.0.0",
		"lodash": "^4.17.21"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@atlaskit/tokens": "^11.0.0",
		"@testing-library/react": "^16.3.0",
		"jest-in-case": "^1.0.2"
	},
	"keywords": [
		"fabric",
		"ui"
	]
}
