{
	"name": "@khmuhtadin/pi-stitch-mcp",
	"version": "0.1.0",
	"description": "Pi extension that bridges pi to the Google Stitch remote MCP server. Design-to-code: generate Flutter, React, SwiftUI components from Figma designs.",
	"private": false,
	"homepage": "https://github.com/khmuhtadin/pi-stitch-mcp#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/khmuhtadin/pi-stitch-mcp.git"
	},
	"bugs": {
		"url": "https://github.com/khmuhtadin/pi-stitch-mcp/issues"
	},
	"type": "module",
	"license": "MIT",
	"author": "khmuhtadin",
	"keywords": [
		"pi-package",
		"pi",
		"pi-extension",
		"stitch",
		"mcp",
		"model-context-protocol",
		"google-stitch",
		"design-to-code"
	],
	"files": [
		"index.ts",
		"README.md",
		"LICENSE",
		"SECURITY.md"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.29.0"
	},
	"peerDependencies": {
		"@mariozechner/pi-coding-agent": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"@mariozechner/pi-coding-agent": "^0.73.0",
		"@types/node": "^25.6.0",
		"typebox": "^1.1.37",
		"typescript": "^6.0.3"
	},
	"scripts": {
		"typecheck": "tsc --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext --skipLibCheck --types node index.ts",
		"prepack": "npm run typecheck"
	}
}
