-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 975 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
{
"name": "@hypershub/cli",
"version": "0.1.12",
"description": "HypersHub local integration configurator CLI",
"type": "module",
"bin": {
"hy": "bin/hy.mjs"
},
"scripts": {
"test": "node --test",
"pack:check": "npm pack --dry-run --cache /tmp/hypershub-npm-cache",
"smoke:pack": "node scripts/smoke-pack.mjs",
"preflight": "npm test && npm run pack:check && npm run smoke:pack",
"prepublishOnly": "npm run preflight"
},
"engines": {
"node": ">=18"
},
"files": [
"bin",
"src",
"README.md"
],
"keywords": [
"hypershub",
"cli",
"codex",
"claude-code",
"opencode"
],
"homepage": "https://github.com/hypershub/hypershub-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hypershub/hypershub-cli.git"
},
"bugs": {
"url": "https://github.com/hypershub/hypershub-cli/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}