{
	"name": "@atlaskit/jql-editor-autocomplete-rest",
	"version": "3.3.0",
	"description": "Autocomplete REST API integration for the JQL Editor.",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlassian/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Jira Platform: Search Experience / Empanada",
		"website": {
			"name": "JQL Editor Autocomplete REST",
			"category": "JQL"
		}
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"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",
	"dependencies": {
		"@atlaskit/feature-gate-js-client": "^5.5.0",
		"@atlaskit/jql-editor-common": "^3.3.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@babel/runtime": "^7.0.0",
		"lodash": "^4.17.21",
		"react-magnetic-di": "^3.1.4",
		"react-sweet-state": "^2.6.5",
		"rxjs": "^5.5.0"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	},
	"devDependencies": {
		"@atlaskit/docs": "^11.8.0",
		"@atlassian/a11y-jest-testing": "^0.11.0",
		"@atlassian/react-compiler-gating": "workspace:^",
		"@testing-library/jest-dom": "^6.4.5",
		"@testing-library/react": "^16.3.0",
		"react-dom": "^18.2.0",
		"wait-for-expect": "^1.2.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"
			],
			"design-tokens": [
				"color",
				"spacing"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": [
				"no-deprecated-imports"
			],
			"styling": [
				"static",
				"emotion"
			]
		}
	}
}
