{
	"name": "@atlaskit/adf-utils",
	"version": "19.27.36",
	"description": "Set of utilities to traverse, modify and create ADF documents.",
	"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"
			]
		}
	},
	"sideEffects": false,
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"team": "Editor: Collaboration"
	},
	"dependencies": {
		"@atlaskit/adf-schema": "^52.4.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/tmp-editor-statsig": "^62.0.0",
		"@babel/runtime": "^7.0.0"
	},
	"devDependencies": {
		"@atlassian/adf-schema-json": "^1.33.0",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"react": "^18.2.0",
		"wait-for-expect": "^1.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"circular-dependencies": [
				"file-level"
			]
		},
		"@repo/internal": {
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion"
			]
		}
	},
	"platform-feature-flags": {
		"platform_adf-utils_fix-dummy-text-index-oob": {
			"type": "boolean"
		}
	}
}
