{
	"name": "@atlaskit/editor-jira-transformer",
	"version": "29.0.0",
	"description": "Editor JIRA transformer's",
	"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 Jira Transformer"
		}
	},
	"dependencies": {
		"@atlaskit/adf-schema": "^57.6.0",
		"@atlaskit/editor-prosemirror": "^9.0.0",
		"@babel/runtime": "^7.0.0",
		"collapse-whitespace": "^1.1.6"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^125.0.0",
		"react": "^18.2.0 || ^19.2.0"
	},
	"devDependencies": {
		"@atlaskit/activity": "^1.0.1",
		"@atlaskit/editor-core": "^231.0.0",
		"@atlaskit/editor-json-transformer": "^10.0.0",
		"@atlaskit/editor-test-helpers": "workspace:^",
		"@atlaskit/mention": "^30.0.0",
		"@atlaskit/theme": "^28.2.0",
		"@atlaskit/tokens": "^20.0.0",
		"@atlaskit/util-data-test": "^19.1.0",
		"@atlassian/structured-docs-types": "workspace:^",
		"@atlassian/workbench": "workspace:*",
		"@emotion/react": "^11.7.1",
		"react": "^19.2.0"
	}
}
