{
  "name": "@shopsavvy/mcp-server",
  "version": "1.0.4",
  "description": "Model Context Protocol (MCP) server providing AI assistants with access to ShopSavvy's comprehensive product data, pricing information, historical price tracking, and automated monitoring capabilities",
  "main": "src/index.ts",
  "files": [
    "src",
    "dist",
    "examples",
    "README.md",
    "LICENSE",
    "CONTRIBUTING.md"
  ],
  "type": "module",
  "scripts": {
    "build": "tsc",
    "dev": "npx fastmcp dev src/index.ts",
    "inspect": "npx fastmcp inspect src/index.ts",
    "start": "node dist/index.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "shopsavvy",
    "product-data",
    "pricing",
    "e-commerce",
    "shopping",
    "ai-tools"
  ],
  "author": "ShopSavvy by Monolith Technologies, Inc.",
  "license": "MIT",
  "dependencies": {
    "fastmcp": "^3.11.0",
    "zod": "^4.0.10"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shopsavvy/shopsavvy-mcp-server"
  },
  "homepage": "https://github.com/shopsavvy/shopsavvy-mcp-server",
  "bugs": {
    "url": "https://github.com/shopsavvy/shopsavvy-mcp-server/issues"
  }
}