forked from Honguan/codex-model-router
-
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.69 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.69 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": "codex-model-router",
"version": "3.1.1",
"description": "Install a safe evidence-first Codex workflow for Terra, Luna, and Sol.",
"type": "module",
"bin": {
"codex-model-router": "./bin/codex-model-router.js"
},
"scripts": {
"check": "node --check bin/codex-model-router.js && node --check lib/cli.js && node --check lib/cli-v2.js && node --check lib/experimental-v2.js && node --check lib/manifest.js && node --check lib/router.js && node --check lib/router-core.js && node --check lib/toml.js && node --check scripts/run-tests.js && node --check scripts/release-metadata.js && node --check scripts/verify-published.js",
"test": "node scripts/run-tests.js",
"test:package": "node scripts/package-smoke.js"
},
"engines": {
"node": ">=18"
},
"files": [
"bin",
"lib/cli.js",
"lib/cli-v2.js",
"lib/experimental-v2.js",
"lib/manifest.js",
"lib/router.js",
"lib/router-core.js",
"lib/toml.js",
"docs/images",
"README.md",
"README.en.md",
"SECURITY.md",
"MAINTAINERS.md",
"LICENSE"
],
"keywords": [
"codex",
"codex-cli",
"openai",
"model-router",
"multi-agent",
"subagent",
"subagents",
"agent-routing",
"skills",
"terra",
"luna",
"sol"
],
"author": "Honguan",
"repository": {
"type": "git",
"url": "https://github.com/Honguan/codex-model-router.git"
},
"homepage": "https://github.com/Honguan/codex-model-router#readme",
"bugs": {
"url": "https://github.com/Honguan/codex-model-router/issues"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"license": "MIT"
}