-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 673 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 673 Bytes
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
{
"name": "codexospackage",
"version": "0.0.2",
"description": "Codex-OS npm wrapper for installing and running the Codex-native workflow system from a cloned repository.",
"license": "MIT",
"keywords": [
"codex",
"codex-os",
"ai-workflow",
"cli",
"developer-tools",
"agentic"
],
"bin": {
"codexos": "bin/codexos.js"
},
"files": [
"bin",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"postinstall": "node bin/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rotsl/codex-os.git"
},
"homepage": "https://github.com/rotsl/codex-os"
}