@mayurgodhani/ecomtools-cli
Version:
E-commerce tools MCP server for Shopify development
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "@mayurgodhani/ecomtools-cli",
"version": "1.0.6",
"description": "E-commerce tools MCP server for Shopify development",
"main": "lib/ecomtools-server.js",
"bin": {
"ecomtools": "bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js",
"test": "node test/test-ecomtools.js",
"prepare": "node scripts/setup.js"
},
"keywords": [
"shopify",
"e-commerce",
"mcp",
"tools",
"cli",
"ecommerce",
"ecomtools"
],
"author": "Mayur Godhani",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"ora": "^5.4.1",
"zod": "^3.22.4"
},
"engines": {
"node": ">=16"
},
"files": [
"bin/",
"lib/",
"data/",
"scripts/",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mayur2010/ecomtools-cli.git"
},
"bugs": {
"url": "https://github.com/mayur2010/ecomtools-cli/issues"
},
"homepage": "https://github.com/mayur2010/ecomtools-cli#readme"
}