-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.01 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "ccdrop",
"version": "1.1.0",
"description": "Ultra-fast, privacy-first CLI to share and transfer Claude Code chat sessions between computers via 4-digit PIN code. RAM-only relay, auto-deletes on download, no accounts, no logs. npx ccdrop.",
"main": "src/index.js",
"bin": {
"ccdrop": "bin/cli.js"
},
"files": [
"bin",
"src",
"api",
"README.md",
"package.json"
],
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "node bin/cli.js",
"server": "node bin/cli.js server",
"deploy": "vercel --prod"
},
"keywords": [
"ccdrop",
"claude",
"claude-code",
"claude-ai",
"anthropic",
"anthropic-claude",
"claude-chat",
"chat-share",
"chat-transfer",
"session-share",
"session-transfer",
"share-claude-chat",
"transfer-claude-session",
"ai-tools",
"ai-coding",
"ai-coding-assistant",
"developer-tools",
"devtools",
"cli",
"cli-tool",
"command-line",
"nodejs",
"node",
"npx",
"npm",
"npm-package",
"vercel",
"serverless",
"relay",
"pin-code",
"ephemeral",
"privacy",
"privacy-first",
"no-logs",
"ram-only",
"cross-computer",
"cross-device",
"multi-device",
"share",
"transfer",
"export",
"import",
"sync",
"p2p",
"qr-code",
"pin",
"ephemeral-storage"
],
"author": "ezzcodeezzlife <https://github.com/ezzcodeezzlife>",
"license": "MIT",
"homepage": "https://www.npmjs.com/package/ccdrop",
"repository": {
"type": "git",
"url": "git+https://github.com/ezzcodeezzlife/ccdrop.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/ezzcodeezzlife/ccdrop/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ezzcodeezzlife"
},
"dependencies": {
"@inquirer/prompts": "^7.1.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.21.0"
}
}