35 lines
879 B
JSON

{
"name": "@mcpengine/bigcommerce",
"version": "1.0.0",
"description": "MCP server for BigCommerce - comprehensive API access with 80+ tools and 20+ interactive apps",
"type": "module",
"bin": {
"bigcommerce-mcp": "./build/main.js"
},
"main": "./build/server.js",
"scripts": {
"build": "tsc && npm run build:ui",
"build:ui": "cd src/ui/react-app && npm run build",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "echo \"Tests not yet implemented\" && exit 0"
},
"keywords": [
"mcp",
"bigcommerce",
"ecommerce",
"api",
"model-context-protocol"
],
"author": "BusyBee3333",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@modelcontextprotocol/ext-apps": "^0.1.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
}
}