-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.32 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
{
"name": "codex-mobile-console",
"version": "1.6.0",
"type": "module",
"description": "Self-hosted AI operations hub for Codex sessions, expert secretary workflows, server health, audit, and recovery",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twotwo7/codex-mobile-console.git"
},
"bugs": {
"url": "https://github.com/twotwo7/codex-mobile-console/issues"
},
"homepage": "https://github.com/twotwo7/codex-mobile-console#readme",
"keywords": [
"codex",
"self-hosted",
"pwa",
"mobile",
"ai-operations",
"server-operations",
"developer-tools",
"ai-coding"
],
"scripts": {
"start": "node server.js",
"release:oss": "node scripts/publish-oss-release.mjs",
"check:frontend-utils": "node scripts/frontend-utils-check.mjs",
"check:server-concurrency": "node scripts/server-concurrency-check.mjs",
"check:server-import": "node scripts/server-import-integration-check.mjs",
"check:secretary": "node scripts/secretary-agent-check.mjs",
"check:state-store": "node scripts/state-store-check.mjs",
"backup": "node scripts/backup-state.mjs",
"check:state": "node scripts/state-controller-check.mjs",
"check:mobile-ui": "node scripts/mobile-ui-check.mjs"
},
"devDependencies": {
"playwright-core": "^1.60.0"
}
}