-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 919 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
{
"name": "codex-imagen",
"version": "0.2.7",
"private": true,
"description": "OpenClaw skill for generating images through ChatGPT/Codex OAuth and the Codex image_generation backend.",
"homepage": "https://github.com/darkamenosa/codex-imagen#readme",
"bugs": {
"url": "https://github.com/darkamenosa/codex-imagen/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darkamenosa/codex-imagen.git"
},
"author": "tuyenhx",
"type": "module",
"bin": {
"codex-imagen": "bin/codex-imagen.js"
},
"scripts": {
"check": "node --check scripts/codex-imagen.mjs && node --check bin/codex-imagen.js && node bin/codex-imagen.js --version >/dev/null && node bin/codex-imagen.js --help >/dev/null",
"test": "node --test scripts/codex-imagen.test.mjs"
},
"keywords": [
"openclaw",
"codex",
"image-generation",
"skill"
],
"license": "MIT"
}