{ "name": "shopify-theme-inspector-mcp", "version": "0.5.1", "mcpName": "io.github.dragnoir/shopify-theme-inspector", "description": "Let AI assistants profile Shopify Liquid performance, find slow theme code, and explain what to fix in plain language.", "type": "module", "main": "dist/index.js", "bin": { "shopify-theme-inspector-mcp": "dist/index.js" }, "files": [ "dist", "examples", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run test:run && npm run build", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage" }, "keywords": [ "shopify", "theme", "liquid", "profiler", "profiling", "mcp", "model-context-protocol", "devtools", "performance", "flame-graph", "speedscope", "ai", "codex", "chatgpt", "claude", "gemini", "cursor" ], "repository": { "type": "git", "url": "git+https://github.com/dragnoir/Shopify-Theme-Inspector-MCP.git" }, "homepage": "https://github.com/dragnoir/Shopify-Theme-Inspector-MCP#readme", "bugs": { "url": "https://github.com/dragnoir/Shopify-Theme-Inspector-MCP/issues" }, "author": "dragnoir", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "puppeteer": "^22.0.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "vitest": "^3.2.7" }, "engines": { "node": ">=18.0.0" } }