{
	"name": "@atlaskit/editor-json-transformer",
	"version": "9.8.0",
	"description": "JSON transformer",
	"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": {
		"team": "Editor: Collaboration",
		"website": {
			"name": "Editor Json Transformer"
		}
	},
	"dependencies": {
		"@atlaskit/adf-schema": "^57.2.0",
		"@atlaskit/adf-utils": "^20.8.0",
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@babel/runtime": "^7.0.0",
		"lodash": "^4.17.21"
	},
	"devDependencies": {
		"@atlassian/a11y-jest-testing": "^0.17.0",
		"@atlassian/structured-docs-types": "workspace:^",
		"react": "^19.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"deprecation": "no-deprecated-imports",
			"design-tokens": [
				"color"
			],
			"styling": [
				"emotion"
			]
		}
	}
}
