{ "name": "@aiwerk/mcp-server-shopify", "mcpName": "io.github.AIWerk/mcp-server-shopify", "version": "0.1.2", "description": "Shopify Admin GraphQL API MCP server by AIWerk - manage products, orders, customers, inventory, and more from your AI agent", "type": "module", "main": "dist/src/server.js", "bin": { "mcp-server-shopify": "dist/src/server.js" }, "scripts": { "build": "tsc -p tsconfig.build.json", "start": "node dist/src/server.js", "dev": "tsc --watch", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "prepublishOnly": "bash $HOME/agent-memory/commons/scripts/prepublish-safety.sh && npm run typecheck && npm run build && npm test" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "mcp-server", "shopify", "ecommerce", "admin-api", "graphql", "products", "orders", "customers", "inventory" ], "author": "AIWerk ", "license": "MIT", "homepage": "https://aiwerkmcp.com", "repository": { "type": "git", "url": "https://github.com/AIWerk/mcp-server-shopify.git" }, "bugs": { "url": "https://github.com/AIWerk/mcp-server-shopify/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0", "vitest": "^3.2.4" }, "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", "README.md", "SECURITY.md", "LICENSE" ] }