Skip to content

Commit 9763ec7

Browse files
Prepare GitHub Packages publishing
1 parent 894c4f0 commit 9763ec7

1 file changed

Lines changed: 45 additions & 3 deletions

File tree

plugins/remote-ssh/package.json

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,52 @@
11
{
2-
"name": "@zain-technologies-ltd/codex-remote-ssh",
2+
"name": "@zaintechnologiesltd/codex-remote-ssh",
33
"version": "0.2.0",
4-
"private": true,
54
"description": "Enterprise-grade Remote SSH MCP tools for OpenAI Codex.",
65
"license": "MIT",
6+
"author": {
7+
"name": "Zain Technologies LTD",
8+
"url": "https://zaintechnologiesltd.github.io/"
9+
},
10+
"homepage": "https://github.com/ZainTechnologiesLTD/codex-remote-ssh#readme",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/ZainTechnologiesLTD/codex-remote-ssh.git",
14+
"directory": "plugins/remote-ssh"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/ZainTechnologiesLTD/codex-remote-ssh/issues"
18+
},
19+
"keywords": [
20+
"codex",
21+
"codex-plugin",
22+
"mcp",
23+
"ssh",
24+
"remote-ssh",
25+
"remote-development",
26+
"devops",
27+
"developer-tools"
28+
],
29+
"bin": {
30+
"codex-remote-ssh-mcp": "scripts/remote-ssh-mcp.js"
31+
},
32+
"files": [
33+
".codex-plugin/",
34+
".mcp.json",
35+
"assets/",
36+
"scripts/",
37+
"skills/",
38+
"ARCHITECTURE.md",
39+
"CHANGELOG.md",
40+
"CONFIGURATION.md",
41+
"LICENSE",
42+
"PRIVACY.md",
43+
"README.md",
44+
"SECURITY.md",
45+
"TERMS.md"
46+
],
47+
"publishConfig": {
48+
"registry": "https://npm.pkg.github.com"
49+
},
750
"scripts": {
851
"test": "node test/remote-ssh-mcp.test.js",
952
"mcp:tools": "node scripts/remote-ssh-mcp.js"
@@ -12,4 +55,3 @@
1255
"node": ">=18"
1356
}
1457
}
15-

0 commit comments

Comments
 (0)