{
	"name": "@mohsinonxrm/pptb-fetchxml-studio",
	"version": "1.4.0",
	"type": "module",
	"displayName": "FetchXML Studio",
	"description": "A powerful, modern FetchXML query builder and data explorer for Microsoft Dataverse and Dynamics 365.",
	"author": "Mohsin On xRM",
	"main": "index.html",
	"icon": "icons/icon-insider.svg",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/mohsinonxrm/pptb-mxrm-fetchxml-studio.git"
	},
	"contributors": [
		{
			"name": "Mohsin On xRM",
			"url": "https://github.com/mohsinonxrm"
		},
		{
			"name": "Jonas Rapp",
			"url": "https://github.com/rappen"
		}
	],
	"license": "AGPL-3.0-only",
	"keywords": [
		"powerplatform",
		"dataverse",
		"toolbox",
		"power-apps",
		"dynamics-365",
		"fetchxml",
		"crm",
		"xrm",
		"microsoft"
	],
	"features": {
		"multiConnection": "none",
		"minAPI": "1.2.2"
	},
	"bugs": {
		"url": "https://github.com/mohsinonxrm/pptb-mxrm-fetchxml-studio/issues"
	},
	"configurations": {
		"repository": "https://github.com/mohsinonxrm/pptb-mxrm-fetchxml-studio",
		"website": "https://fetchxml.studio",
		"readmeUrl": "https://raw.githubusercontent.com/mohsinonxrm/pptb-mxrm-fetchxml-studio/refs/heads/main/README.md"
	},
	"files": [
		"dist",
		"icons",
		"index.html",
		"LICENSE",
		"README.md",
		"CHANGELOG.md",
		"SECURITY.md",
		"npm-shrinkwrap.json",
		"pptb.config.json"
	],
	"scripts": {
		"dev": "vite",
		"build": "tsc -b && vite build",
		"validate": "pptb-validate",
		"lint": "eslint .",
		"preview": "vite preview",
		"finalize-package": "npm run validate && npm run build && npm shrinkwrap"
	},
	"dependencies": {
		"@fluentui-contrib/react-data-grid-react-window": "^1.4.1",
		"@fluentui/react-calendar-compat": "^0.3.14",
		"@fluentui/react-components": "^9.72.4",
		"@fluentui/react-datepicker-compat": "^0.6.19",
		"@fluentui/react-icons": "^2.0.313",
		"@fluentui/react-timepicker-compat": "^0.4.24",
		"@monaco-editor/react": "^4.7.0",
		"exceljs": "^4.4.0",
		"react": "^18.3.1",
		"react-dom": "^18.3.1",
		"react-window": "^2.2.3"
	},
	"devDependencies": {
		"@eslint/js": "^9.36.0",
		"@pptb/types": "^1.2.3",
		"@types/node": "^24.10.4",
		"@types/react": "^18.3.27",
		"@types/react-dom": "^18.3.7",
		"@types/react-window": "^1.8.8",
		"@vitejs/plugin-react": "^5.1.0",
		"eslint": "^9.36.0",
		"eslint-plugin-react-hooks": "^5.2.0",
		"eslint-plugin-react-refresh": "^0.4.22",
		"globals": "^16.4.0",
		"monaco-editor": "^0.54.0",
		"scheduler": "^0.27.0",
		"typescript": "~5.9.3",
		"typescript-eslint": "^8.45.0",
		"vite": "^7.3.0"
	}
}
