orc-ai 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +63 -63
package/package.json
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "orc-ai",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Human + AI Orchestration Hub — persistent memory, task management, session continuity and multi-agent collaboration for Cursor, Claude Code, and Codex",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"bin": {
|
|
7
|
-
"orc": "
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"dev": "bun run --watch src/index.ts",
|
|
11
|
-
"start": "bun run src/index.ts",
|
|
12
|
-
"typecheck": "tsc --noEmit",
|
|
13
|
-
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
|
|
14
|
-
"build:bin": "bun run build.ts",
|
|
15
|
-
"prepublishOnly": "bun run build",
|
|
16
|
-
"test": "bun test",
|
|
17
|
-
"clean": "rm -rf dist"
|
|
18
|
-
},
|
|
19
|
-
"files": [
|
|
20
|
-
"dist/index.js"
|
|
21
|
-
],
|
|
22
|
-
"devDependencies": {
|
|
23
|
-
"@orc/api": "workspace:*",
|
|
24
|
-
"@orc/core": "workspace:*",
|
|
25
|
-
"@orc/gateway": "workspace:*",
|
|
26
|
-
"@orc/mcp": "workspace:*",
|
|
27
|
-
"@orc/runner": "workspace:*",
|
|
28
|
-
"@orc/sdk": "workspace:*",
|
|
29
|
-
"commander": "^13.1.0",
|
|
30
|
-
"typescript": "^5.7.3"
|
|
31
|
-
},
|
|
32
|
-
"peerDependencies": {
|
|
33
|
-
"bun": ">=1.0.0"
|
|
34
|
-
},
|
|
35
|
-
"peerDependenciesMeta": {
|
|
36
|
-
"bun": {
|
|
37
|
-
"optional": false
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"keywords": [
|
|
41
|
-
"ai",
|
|
42
|
-
"agent",
|
|
43
|
-
"orchestration",
|
|
44
|
-
"mcp",
|
|
45
|
-
"claude",
|
|
46
|
-
"cursor",
|
|
47
|
-
"codex",
|
|
48
|
-
"memory",
|
|
49
|
-
"tasks",
|
|
50
|
-
"hitl",
|
|
51
|
-
"sessions"
|
|
52
|
-
],
|
|
53
|
-
"license": "MIT",
|
|
54
|
-
"repository": {
|
|
55
|
-
"type": "git",
|
|
56
|
-
"url": "git+https://github.com/niradler/orc.git"
|
|
57
|
-
},
|
|
58
|
-
"homepage": "https://github.com/niradler/orc",
|
|
59
|
-
"publishConfig": {
|
|
60
|
-
"access": "public",
|
|
61
|
-
"registry": "https://registry.npmjs.org/"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "orc-ai",
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "Human + AI Orchestration Hub — persistent memory, task management, session continuity and multi-agent collaboration for Cursor, Claude Code, and Codex",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"bin": {
|
|
7
|
+
"orc": "dist/index.js"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"dev": "bun run --watch src/index.ts",
|
|
11
|
+
"start": "bun run src/index.ts",
|
|
12
|
+
"typecheck": "tsc --noEmit",
|
|
13
|
+
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify",
|
|
14
|
+
"build:bin": "bun run build.ts",
|
|
15
|
+
"prepublishOnly": "bun run build",
|
|
16
|
+
"test": "bun test",
|
|
17
|
+
"clean": "rm -rf dist"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist/index.js"
|
|
21
|
+
],
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@orc/api": "workspace:*",
|
|
24
|
+
"@orc/core": "workspace:*",
|
|
25
|
+
"@orc/gateway": "workspace:*",
|
|
26
|
+
"@orc/mcp": "workspace:*",
|
|
27
|
+
"@orc/runner": "workspace:*",
|
|
28
|
+
"@orc/sdk": "workspace:*",
|
|
29
|
+
"commander": "^13.1.0",
|
|
30
|
+
"typescript": "^5.7.3"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"bun": ">=1.0.0"
|
|
34
|
+
},
|
|
35
|
+
"peerDependenciesMeta": {
|
|
36
|
+
"bun": {
|
|
37
|
+
"optional": false
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"keywords": [
|
|
41
|
+
"ai",
|
|
42
|
+
"agent",
|
|
43
|
+
"orchestration",
|
|
44
|
+
"mcp",
|
|
45
|
+
"claude",
|
|
46
|
+
"cursor",
|
|
47
|
+
"codex",
|
|
48
|
+
"memory",
|
|
49
|
+
"tasks",
|
|
50
|
+
"hitl",
|
|
51
|
+
"sessions"
|
|
52
|
+
],
|
|
53
|
+
"license": "MIT",
|
|
54
|
+
"repository": {
|
|
55
|
+
"type": "git",
|
|
56
|
+
"url": "git+https://github.com/niradler/orc.git"
|
|
57
|
+
},
|
|
58
|
+
"homepage": "https://github.com/niradler/orc",
|
|
59
|
+
"publishConfig": {
|
|
60
|
+
"access": "public",
|
|
61
|
+
"registry": "https://registry.npmjs.org/"
|
|
62
|
+
}
|
|
63
|
+
}
|