{
  "name": "@shopify/dev-mcp",
  "version": "1.14.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./tools": {
      "types": "./dist/tools.d.ts",
      "import": "./dist/tools.js"
    }
  },
  "author": "",
  "license": "ISC",
  "description": "A command line tool for setting up Shopify Dev MCP server",
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "@react-router/dev": "7.15.1",
    "@shopify/app-bridge-react": "4.2.10",
    "@shopify/app-bridge-types": "0.7.0",
    "@shopify/cli": ">=3.93.1",
    "@shopify/hydrogen": "2026.1.3",
    "@shopify/hydrogen-react": "2026.1.2",
    "@shopify/polaris-types": "1.0.1",
    "@shopify/theme-check-common": "3.24.0",
    "@shopify/theme-check-docs-updater": "3.24.0",
    "@shopify/theme-check-node": "3.24.0",
    "graphql": "16.13.2",
    "@types/react": "19.2.14",
    "preact": "10.28.4",
    "react-router": "7.15.1",
    "schema-dts": "1.1.5",
    "toml": "3.0.0",
    "type-fest": "5.5.0",
    "typescript": "5.9.3",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@types/node": "25.3.3",
    "@vitest/coverage-v8": "4.1.0",
    "prettier": "3.8.1",
    "tiktoken": "1.0.22",
    "vite": "6.4.3",
    "vite-plugin-dts": "4.5.4",
    "vitest": "4.1.5",
    "yaml": "2.9.0",
    "@shopify/shopify-dev-tools": "1.12.2"
  },
  "type": "module",
  "bin": {
    "shopify-dev-mcp": "dist/index.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map",
    "!dist/**/*.test.*",
    "dist/data/supported-versions-schema.json",
    "dist/data/**/*.gz",
    "dist/data/types/index.json",
    "dist/data/mcp-instructions/**/*.md",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "mcp",
    "modelcontextprotocol",
    "shopify"
  ],
  "prettier": {
    "endOfLine": "auto"
  },
  "private": false,
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "vite build && chmod +x dist/index.js",
    "build:internal": "INCLUDE_INTERNAL_APIS=true vite build && chmod +x dist/index.js",
    "build:watch": "vite watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint:fix": "prettier --write --ignore-unknown .",
    "lint": "prettier --check --cache --ignore-unknown .",
    "typecheck": "tsc --noEmit",
    "inspector": "pnpx @modelcontextprotocol/inspector dist/index.js"
  }
}