-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 991 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
45
46
47
48
49
50
51
{
"name": "appoiint",
"version": "4.1.1",
"description": "Appoiint CLI — schedule meetings, create rooms, join video calls. Agent-first meeting platform.",
"bin": {
"apo": "bin/cli.js"
},
"scripts": {
"build": "node scripts/build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"appoiint",
"appointment",
"booking",
"scheduling",
"meeting",
"video",
"agent",
"agent-first",
"cli",
"claude-code",
"cursor",
"cline",
"windsurf",
"aider",
"codex",
"openclaw",
"tts",
"stt"
],
"author": "Joe Wee <joe@tyga.cloud>",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://appoiint.com",
"repository": {
"type": "git",
"url": "https://github.com/jyswee/appoiint"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"socket.io-client": "^4.8.0"
},
"devDependencies": {
"terser": "^5.44.1"
}
}