-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.76 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
{
"name": "@completetech/openclaw-mautic-plugin",
"version": "0.1.13",
"description": "Controlled Mautic CRM operations for OpenClaw, with guarded API, webhook, console, and workspace tools.",
"type": "module",
"private": false,
"license": "MIT",
"author": "CompleteTech LLC AI Research",
"homepage": "https://github.com/CompleteTech-LLC-AI-Research/openclaw-mautic-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CompleteTech-LLC-AI-Research/openclaw-mautic-plugin.git"
},
"bugs": {
"url": "https://github.com/CompleteTech-LLC-AI-Research/openclaw-mautic-plugin/issues"
},
"keywords": [
"openclaw",
"openclaw-plugin",
"clawhub",
"mautic",
"mautic-api",
"marketing-automation",
"marketing-operations",
"crm",
"webhooks",
"plugin"
],
"files": [
"index.js",
"lib/",
"openclaw.plugin.json",
"README.md",
"LICENSE",
"SECURITY.md",
"CHANGELOG.md",
"docs/",
"mautic/",
"skills/"
],
"scripts": {
"lint": "node --check index.js && node --check lib/runtime.js && node --check scripts/live-smoke.mjs && node --check scripts/clawhub-package.mjs && node --check scripts/readiness-check.mjs",
"test": "node --test",
"live:smoke": "node scripts/live-smoke.mjs",
"package:check": "npm pack --dry-run",
"clawhub:dry-run": "node scripts/clawhub-package.mjs",
"clawhub:publish": "node scripts/clawhub-package.mjs --publish",
"readiness:check": "node scripts/readiness-check.mjs"
},
"openclaw": {
"extensions": ["./index.js"],
"compat": {
"pluginApi": ">=2026.5.22",
"minGatewayVersion": "2026.5.22"
},
"build": {
"openclawVersion": "2026.5.22",
"pluginSdkVersion": "2026.5.22"
}
}
}