-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.92 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.92 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
{
"name": "@mcpware/cross-code-organizer",
"version": "0.19.3",
"description": "Cross-Code Organizer (CCO, formerly Claude Code Organizer) — manage AI coding tool configs across Claude Code, Codex CLI, and more. Memories, skills, MCP servers, commands, agents, rules, and hooks across global and project scopes",
"type": "module",
"files": [
"bin/",
"src/",
"LICENSE",
"README.md"
],
"bin": {
"cross-code-organizer": "./bin/cli.mjs"
},
"scripts": {
"start": "node bin/cli.mjs",
"mcp": "node src/mcp-server.mjs",
"test": "npx playwright test --config tests/e2e/playwright.config.mjs",
"test:headed": "npx playwright test --config tests/e2e/playwright.config.mjs --headed",
"test:unit": "node --test tests/unit/*.mjs"
},
"keywords": [
"claude-code",
"mcp-server",
"claude-memory",
"claude-skills",
"anthropic",
"scope-management",
"drag-and-drop",
"developer-tools",
"dashboard",
"config-manager",
"ai-tools",
"open-source",
"claude-code-plugin",
"organizer",
"cli",
"cross-code-organizer",
"claude-code-organizer",
"codex-cli",
"openai-codex",
"multi-harness",
"cross-harness",
"ai-coding-harness",
"harness-config",
"mcp-security",
"claude-config",
"codex-config",
"cursor-config",
"windsurf-config",
"aider-config",
"ai-config-dashboard",
"harness-organizer"
],
"publishConfig": {
"provenance": true
},
"mcpName": "io.github.mcpware/cross-code-organizer",
"author": "ithiria894",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mcpware/cross-code-organizer"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@modelcontextprotocol/sdk": "^1.27.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2"
},
"optionalDependencies": {
"ai-tokenizer": "^1.0.6"
}
}