{
	"name": "@atlaskit/editor-tables",
	"version": "2.9.71",
	"description": "A package that contains common classes and utility functions for editor tables",
	"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: Jenga",
		"singleton": true
	},
	"dependencies": {
		"@atlaskit/editor-prosemirror": "^7.3.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/tmp-editor-statsig": "^61.0.0",
		"@babel/runtime": "^7.0.0"
	},
	"devDependencies": {
		"@atlassian/a11y-jest-testing": "^0.11.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"circular-dependencies": [
				"file-level"
			],
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"deprecation": "no-deprecated-imports",
			"design-tokens": [
				"color"
			],
			"styling": [
				"emotion"
			]
		}
	},
	"platform-feature-flags": {
		"platform_editor_paste_full_table_inside_empty_cell": {
			"type": "boolean"
		}
	}
}
