forked from nmhjklnm/cac
-
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) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 965 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": "claude-cac",
"version": "1.0.0",
"description": "Isolate, protect, and manage your Claude Code — versions, environments, identity, and proxy.",
"bin": {
"cac": "cac"
},
"files": [
"cac",
"cac.ps1",
"cac.cmd",
"cac-dns-guard.js",
"fingerprint-hook.js",
"relay.js",
"scripts/postinstall.js",
"README.md",
"LICENSE"
],
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"claude",
"claude-code",
"anthropic",
"privacy",
"proxy",
"telemetry",
"fingerprint",
"cloak",
"cli"
],
"author": "nmhjklnm",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nmhjklnm/cac.git"
},
"homepage": "https://cac.nextmind.space/docs",
"bugs": {
"url": "https://github.com/nmhjklnm/cac/issues"
},
"os": [
"darwin",
"linux",
"win32"
],
"engines": {
"node": ">=14.0.0"
}
}