-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 907 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
34
35
36
{
"name": "cc-plugin-codex",
"version": "0.1.1",
"private": true,
"type": "module",
"description": "Connect Codex with Claude Code for AI code reviews and delegated coding tasks.",
"author": {
"name": "aiArch",
"email": "wibo@aiarch.dev",
"url": "https://aiarch.dev/"
},
"keywords": [
"claude-code",
"codex-cli",
"ai-code-review",
"coding-agent",
"task-delegation"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/sofus-nl/cc-plugin-codex.git"
},
"bugs": {
"url": "https://github.com/sofus-nl/cc-plugin-codex/issues"
},
"homepage": "https://github.com/sofus-nl/cc-plugin-codex#readme",
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"bump-version": "node scripts/bump-version.mjs",
"check-version": "node scripts/bump-version.mjs --check",
"test": "node --test"
}
}