{
	"name": "@atlaskit/editor-bitbucket-transformer",
	"version": "10.0.0",
	"description": "Editor Bitbucket 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 Bitbucket Transformer"
		}
	},
	"dependencies": {
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@babel/runtime": "^7.0.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@atlaskit/adf-schema": "^55.0.0",
		"@atlaskit/editor-json-transformer": "^9.0.0",
		"@atlaskit/editor-test-helpers": "workspace:^",
		"@atlassian/structured-docs-types": "workspace:^",
		"react": "^18.2.0"
	},
	"techstack": {
		"@repo/internal": {
			"design-tokens": [
				"color"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion"
			]
		}
	}
}
