{
  "name": "vendure-mcp-graphql",
  "version": "1.1.1",
  "description": "MCP server for Vendure Admin and Shop GraphQL APIs",
  "type": "module",
  "bin": {
    "vendure-mcp-graphql": "./dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx index.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "dotenv": "^16.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  }
}
