{
	"name": "@atlaskit/insm",
	"version": "1.0.10",
	"description": "INSM tooling measures user-perceived interactivity of a page",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Editor: Lego"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
	"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",
	"dependencies": {
		"@atlaskit/analytics-listeners": "^11.0.0",
		"@atlaskit/tmp-editor-statsig": "^113.0.0",
		"@babel/runtime": "^7.0.0",
		"bowser-ultralight": "^1.0.6"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@atlassian/structured-docs-types": "workspace:^",
		"react": "^18.2.0"
	}
}
