-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 974 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
{
"name": "@jacklv-coder/ipcheck",
"private": true,
"version": "0.10.0",
"description": "Diagnose proxy, latency, and API routes used by Codex and Claude Code.",
"license": "MIT",
"author": "Jintao",
"homepage": "https://github.com/jacklv-coder/ipcheck#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jacklv-coder/ipcheck.git"
},
"bugs": {
"url": "https://github.com/jacklv-coder/ipcheck/issues"
},
"bin": {
"ipcheck": "bin/ipcheck"
},
"files": [
"bin/",
"LICENSE",
"CHANGELOG.md",
"README.md",
"README.zh-CN.md"
],
"scripts": {
"test": "bash test/smoke.sh",
"prepublishOnly": "bash test/smoke.sh"
},
"keywords": [
"codex",
"claude-code",
"anthropic",
"openai",
"dashscope",
"deepseek",
"network",
"proxy",
"latency",
"diagnostics",
"cli"
],
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=18"
}
}