package.jsonβ’1.67 kB
{
"name": "mcp-woocommerce-server",
"version": "2.4.0",
"description": "MCP Server for WooCommerce integration with n8n support",
"main": "dist/index.js",
"bin": {
"mcp-woocommerce-server": "dist/index.js"
},
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "ts-node src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"docker:build": "docker build -t mcp-woocommerce .",
"docker:run": "docker run -p 3000:3000 mcp-woocommerce"
},
"keywords": [
"mcp",
"model-context-protocol",
"woocommerce",
"n8n",
"easypanel",
"ai",
"automation"
],
"author": "Marco - Marketing Digital Expert",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.7.9",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"helmet": "^8.0.0",
"joi": "^17.13.3",
"morgan": "^1.10.0",
"winston": "^3.15.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/morgan": "^1.9.9",
"@types/node": "^22.10.6",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"uuid": "^11.1.0"
},
"engines": {
"node": ">=18.0.0"
}
}