We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f016c commit 480dfacCopy full SHA for 480dfac
1 file changed
package.json
@@ -1,5 +1,8 @@
1
{
2
"name": "@agentclientprotocol/codex-acp",
3
+ "publishConfig": {
4
+ "access": "public"
5
+ },
6
"version": "0.0.38",
7
"description": "",
8
"main": "dist/index.js",
@@ -37,8 +40,16 @@
37
40
"typecheck": "tsc --noEmit",
38
41
"codex-test": "tsx .claude/skills/run-codex/scripts/run-codex-test.ts"
39
42
},
43
+ "homepage": "https://github.com/agentclientprotocol/codex-acp#readme",
44
+ "bugs": {
45
+ "url": "https://github.com/agentclientprotocol/codex-acp/issues"
46
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "git+https://github.com/agentclientprotocol/codex-acp.git"
50
51
"keywords": [],
- "author": "",
52
+ "author": "Agent Client Protocol",
53
"license": "Apache-2.0",
54
"type": "module",
55
"devDependencies": {
0 commit comments