-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·76 lines (76 loc) · 2.56 KB
/
package.json
File metadata and controls
executable file
·76 lines (76 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "mcp-for-woocommerce",
"version": "1.2.2",
"type": "module",
"description": "Advanced AI integration plugin that connects WooCommerce & WordPress with Model Context Protocol (MCP). Provides comprehensive AI-accessible interfaces to WooCommerce products, orders, categories, shipping, payments, and WordPress posts/pages through standardized tools, resources, and prompts. Enables AI assistants to seamlessly interact with your e-commerce data and content.",
"keywords": [
"wordpress",
"woocommerce",
"woo",
"mcp",
"mcp server",
"woocommerce mcp",
"woo mcp",
"wordpress mcp",
"woocommerce mcp server",
"woocommerce plugin",
"wordpress mcp plugin",
"woocommerce mcp plugin",
"ai",
"ai chatbot",
"ai agent",
"webtalkbot",
"ecommerce",
"e-commerce",
"content",
"management",
"model-context-protocol"
],
"homepage": "https://github.com/iOSDevSK/mcp-for-woocommerce",
"license": "GPL-2.0-or-later",
"author": "Filip Dvoran",
"main": "src/index.js",
"private": true,
"files": [
"build",
"includes",
"vendor",
"mcp-for-woocommerce.php",
"client-setup.md",
"docs",
"readme.txt",
"uninstall.php",
"languages",
".wordpress-org"
],
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"plugin-zip:build": "composer install --no-dev && pnpm run build && pnpm run plugin-zip",
"clean": "rm -rf build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"@wordpress/api-fetch": "^7.22.0",
"@wordpress/components": "^29.8.0",
"@wordpress/element": "^6.22.0",
"@wordpress/i18n": "^5.22.0",
"marked": "^15.0.12"
},
"prettier": "@wordpress/prettier-config",
"devDependencies": {
"@wordpress/dependency-extraction-webpack-plugin": "^6.22.0",
"@wordpress/eslint-plugin": "^22.8.0",
"@wordpress/prettier-config": "^4.22.0",
"@wordpress/scripts": "^30.15.0",
"eslint": "^9.25.1",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-eslint-comments": "3.2.0",
"prettier": "npm:wp-prettier@3.0.3"
}
}