-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 888 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
37
38
39
40
41
42
43
44
{
"name": "oddsockets",
"version": "1.0.1",
"description": "Agent-first CLI for OddSockets real-time messaging. Signup, publish, subscribe, presence — from the command line.",
"bin": {
"oddsockets": "bin/cli.js"
},
"main": "src/main.js",
"scripts": {
"build": "node scripts/build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"oddsockets",
"websocket",
"realtime",
"pubsub",
"channels",
"agent",
"cli",
"claude",
"cursor",
"cline",
"windsurf",
"aider",
"codex"
],
"author": "Joe Wee <joe@tyga.cloud>",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://oddsockets.ai",
"repository": {
"type": "git",
"url": "https://github.com/jyswee/oddsockets-cli"
},
"engines": {
"node": ">=18"
},
"files": [
"bin/",
"dist/",
"README.md",
"LICENSE"
]
}