{
	"name": "@atlaskit/node-data-provider",
	"version": "11.0.0",
	"description": "Node data provider for @atlaskit/editor-core plugins and @atlaskit/renderer",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Editor: Lego",
		"singleton": true
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
	"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",
	"dependencies": {
		"@atlaskit/editor-json-transformer": "^8.31.0",
		"@atlaskit/editor-prosemirror": "^7.3.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/tmp-editor-statsig": "^62.4.0",
		"@babel/runtime": "^7.0.0"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^114.0.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"analytics": [
				"analytics-next"
			],
			"deprecation": "no-deprecated-imports",
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			],
			"styling": [
				"emotion"
			]
		}
	},
	"stricter": {
		"no-unused-dependencies": {
			"checkDevDependencies": true
		}
	}
}
