-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 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
{
"name": "codexplain",
"version": "0.18.19",
"description": "Readable explanation UX layer for Codex responses",
"bin": {
"codexplain": "bin/codexplain",
"codexplain-codex": "bin/codexplain-codex",
"claudex": "bin/claudex",
"claudex-codex": "bin/claudex-codex"
},
"files": [
"bin",
"rust",
"docs",
"patches",
"Formula",
"Cargo.toml",
"Cargo.lock",
"README.md",
"LICENSE",
"AGENTS.md"
],
"scripts": {
"test": "cargo test",
"check": "cargo fmt --check && cargo test",
"postinstall": "cargo build --release && cargo run --release -- postinstall",
"demo": "cargo run --quiet -- demo",
"build:rust": "cargo build --release",
"test:rust": "cargo test",
"storage-check": "cargo run --quiet -- storage-check",
"on": "cargo run --quiet -- install-codex --local --force",
"off": "cargo run --quiet -- uninstall-codex --local",
"on:global": "cargo run --quiet -- install-codex --global --force",
"off:global": "cargo run --quiet -- uninstall-codex --global",
"build-size": "cargo run --quiet -- build-size",
"build-clean": "cargo run --quiet -- build-clean --target"
},
"keywords": [
"codex",
"terminal",
"ux",
"explainability",
"readability"
],
"author": "NomaDamas",
"repository": {
"type": "git",
"url": "git+https://github.com/NomaDamas/Codexplain.git"
},
"homepage": "https://github.com/NomaDamas/Codexplain#readme",
"bugs": {
"url": "https://github.com/NomaDamas/Codexplain/issues"
},
"license": "SEE LICENSE IN LICENSE"
}