{
	"name": "@atlaskit/prosemirror-input-rules",
	"version": "3.6.67",
	"description": "A package that contains helpers to create autoformatting rules for ProseMirror",
	"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: Lego",
		"singleton": true
	},
	"dependencies": {
		"@atlaskit/editor-prosemirror": "^7.3.0",
		"@atlaskit/prosemirror-history": "^0.2.0",
		"@atlaskit/tmp-editor-statsig": "^74.0.0",
		"@babel/runtime": "^7.0.0"
	},
	"devDependencies": {
		"@atlaskit/editor-common": "^114.15.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"circular-dependencies": [
				"file-level"
			],
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion"
			]
		}
	}
}
