{
	"name": "@webiny/mcp",
	"version": "6.4.3",
	"type": "module",
	"exports": {
		".": "./index.js",
		"./*": "./*"
	},
	"bin": {
		"webiny-mcp": "./bin.js"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/webiny/webiny-js.git"
	},
	"description": "Webiny Model Context Protocol (MCP) server.",
	"author": "Webiny Ltd",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@modelcontextprotocol/sdk": "1.29.0",
		"front-matter": "4.0.2",
		"zod": "4.4.3"
	},
	"devDependencies": {
		"@types/lodash": "4.17.24",
		"@types/ncp": "2.0.8",
		"@webiny/build-tools": "6.4.3",
		"execa": "5.1.1",
		"tsx": "4.21.0",
		"typescript": "6.0.3"
	},
	"scripts": {
		"prepublishOnly": "bash ./prepublishOnly.sh"
	},
	"webiny": {
		"publishFrom": "dist"
	}
}
