{
	"name": "@atlaskit/editor-json-transformer",
	"version": "9.8.1",
	"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": {
			"tags": [
				"platform-labs"
			],
			"name": "Editor Json Transformer"
		}
	},
	"dependencies": {
		"@atlaskit/adf-schema": "^57.5.0",
		"@atlaskit/adf-utils": "^20.9.0",
		"@atlaskit/editor-prosemirror": "^9.0.0",
		"@babel/runtime": "^7.0.0",
		"lodash": "^4.17.21"
	},
	"devDependencies": {
		"@atlaskit/editor-common": "^123.0.0",
		"@atlaskit/editor-core": "^229.0.0",
		"@atlaskit/editor-plugin-grid": "^19.0.0",
		"@atlaskit/editor-plugin-media": "^21.0.0",
		"@atlaskit/editor-plugins": "^16.1.0",
		"@atlaskit/editor-test-helpers": "workspace:^",
		"@atlaskit/platform-feature-flags": "^2.2.0",
		"@atlaskit/tokens": "^18.2.0",
		"@atlaskit/util-data-test": "^19.1.0",
		"@atlassian/a11y-jest-testing": "^0.17.0",
		"@atlassian/structured-docs-types": "workspace:^",
		"@atlassian/workbench": "workspace:*",
		"react": "^19.2.0"
	}
}
