-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.63 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.63 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "clay-server",
"version": "2.38.0-beta.6",
"description": "Self-hosted team workspace for Claude Code and Codex. Multi-user, browser-based, with persistent AI mates.",
"bin": {
"clay-server": "./bin/cli.js",
"claude-relay": "./bin/claude-relay.js",
"clay-dev": "./bin/cli.js"
},
"scripts": {
"dev": "node bin/cli.js --dev",
"prepack": "npm pkg delete bin.clay-dev",
"postpack": "npm pkg set bin.clay-dev=./bin/cli.js",
"semantic-release": "semantic-release"
},
"files": [
"bin/",
"lib/"
],
"keywords": [
"claude",
"claude-code",
"claude-agent-sdk",
"codex",
"codex-cli",
"openai",
"self-hosted",
"multi-user",
"team",
"workspace",
"ai-agent",
"ai-coding-agent",
"mates",
"ralph-loop",
"cron",
"mobile",
"pwa",
"web-ui",
"browser",
"relay"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chadbyte/clay.git"
},
"bugs": {
"url": "https://github.com/chadbyte/clay/issues"
},
"homepage": "https://github.com/chadbyte/clay#readme",
"author": "Chad",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.132",
"@lydell/node-pty": "^1.2.0-beta.3",
"@openai/codex": "^0.124.0",
"imapflow": "^1.3.1",
"nodemailer": "^6.10.1",
"qrcode-terminal": "^0.12.0",
"web-push": "^3.6.7",
"ws": "^8.18.0"
},
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^25.0.3"
}
}