{
	"name": "@atlaskit/activity-provider",
	"version": "3.0.0",
	"description": "A provider to support recent activities in editor",
	"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",
	"sideEffects": false,
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"website": {
			"name": "@atlaskit/activity-provider",
			"deprecated": "This package is deprecated and no longer supported. We recommend using @atlassian/activity-provider instead."
		},
		"team": "Editor"
	},
	"dependencies": {
		"@atlaskit/util-service-support": "^7.0.0",
		"@babel/runtime": "^7.0.0"
	},
	"devDependencies": {
		"fetch-mock": "^8.0.0",
		"graphql": "^15.8.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"tree-shaking": []
		},
		"@repo/internal": {
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion"
			]
		}
	}
}
