-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.23 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
{
"name": "mcode-hub",
"version": "3.4.7",
"description": "mcode-hub — quota + session token status bar for mcode (native path ≥0.4.0, legacy fork patch <0.4.0)",
"type": "module",
"bin": {
"mcode-hub": "./mcode-hub",
"mcode-hub-install": "./mcode-hub-install",
"mcode-hub-doctor": "./mcode-hub-doctor",
"mcode-hub-status-compact": "./mcode-hub-status-compact",
"mcode-hub-push-remote": "./mcode-hub-push-remote"
},
"scripts": {
"patch": "node patches/_loader.mjs",
"find-anchors": "node patches/_loader.mjs --current=0.3.11",
"doctor": "./mcode-hub-doctor",
"smoke": "node tests/mcode-smoke.mjs",
"smoke:options": "node tests/options-smoke.mjs",
"test": "node tests/parity.mjs && node tests/mcode-smoke.mjs && node tests/options-smoke.mjs",
"push-remote": "./mcode-hub-push-remote"
},
"files": [
"mcode-hub",
"mcode-hub-install",
"mcode-hub-doctor",
"mcode-hub-status-compact",
"mcode-hub-push-remote",
"patches/",
"tests/",
"package.json",
"README.md",
"ARCHITECTURE.md",
"MAINTENANCE.md",
"CHANGELOG.md",
"DECISIONS.md",
"AGENTS.md",
"INSTALL.md",
"config",
"lib"
],
"dependencies": {
"acorn": "^8.18.0"
}
}