{
	"name": "@atlaskit/util-service-support",
	"version": "6.3.5",
	"description": "A library of support classes for integrating React components with REST HTTP services",
	"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": "Build Infra"
	},
	"config": {
		"access": "public"
	},
	"dependencies": {
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/react-ufo": "^5.2.0",
		"@babel/runtime": "^7.0.0",
		"meros": "^1.3.0"
	},
	"devDependencies": {
		"es6-promise": "^4.0.5",
		"fetch-mock": "^8.0.0",
		"sinon": "^2.2.0"
	},
	"keywords": [
		"fabric",
		"ui",
		"private"
	],
	"techstack": {
		"@atlassian/frontend": {
			"tree-shaking": []
		}
	},
	"platform-feature-flags": {}
}
