-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.38 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.38 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "delimit-cli",
"mcpName": "io.github.delimit-ai/delimit-mcp-server",
"version": "4.1.53",
"description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
"main": "index.js",
"files": [
"bin/",
"lib/",
"adapters/",
"gateway/",
"!gateway/ai/social_target.py",
"!gateway/ai/social.py",
"!gateway/ai/founding_users.py",
"!gateway/ai/inbox_daemon.py",
"!gateway/ai/deliberation.py",
"!gateway/ai/dv_mention_tracker.py",
"!gateway/ai/sensor_twttr.py",
"!gateway/ai/tweet_corpus.py",
"!gateway/ai/twttr241_budget.py",
"!gateway/ai/wireintel_x.py",
"!gateway/ai/content_intel.py",
"!gateway/ai/loop_daemon.py",
"scripts/",
"server.json",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"bin": {
"delimit": "./bin/delimit-cli.js",
"delimit-cli": "./bin/delimit-cli.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js",
"sync-gateway": "bash scripts/sync-gateway.sh",
"prepublishOnly": "bash scripts/publish-ci-guard.sh && npm run sync-gateway && bash scripts/security-check.sh",
"test": "node --test tests/setup-onboarding.test.js tests/setup-matrix.test.js tests/setup-no-clobber.test.js tests/config-export-import.test.js tests/cross-model-hooks.test.js tests/golden-path.test.js tests/v420-features.test.js"
},
"keywords": [
"openapi",
"swagger",
"api",
"breaking-changes",
"semver",
"lint",
"linter",
"api-governance",
"api-contracts",
"ci-cd",
"github-actions",
"migration",
"diff",
"schema-validation",
"api-versioning",
"eslint",
"delimit",
"openapi-diff",
"api-linter",
"contract-testing",
"mcp",
"mcp-server",
"model-context-protocol",
"claude-code",
"codex",
"gemini-cli",
"cursor",
"ai-governance",
"ai-agents"
],
"author": "Delimit AI <hello@delimit.ai>",
"license": "MIT",
"homepage": "https://delimit.ai",
"repository": {
"type": "git",
"url": "https://github.com/delimit-ai/delimit-mcp-server.git"
},
"dependencies": {
"axios": "1.15.0",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"express": "^4.18.0",
"inquirer": "^8.2.0",
"js-yaml": "^4.1.0",
"minimatch": "^5.1.0"
},
"proModuleVersion": "3.8.2",
"engines": {
"node": ">=14.0.0"
}
}