File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 ],
4545 "author" : " Herodotus Dev Ltd" ,
4646 "license" : " MIT" ,
47+ "repository" : {
48+ "type" : " git" ,
49+ "url" : " git+https://github.com/HerodotusDev/hcloud-sdk.git"
50+ },
51+ "homepage" : " https://github.com/HerodotusDev/hcloud-sdk#readme" ,
52+ "bugs" : {
53+ "url" : " https://github.com/HerodotusDev/hcloud-sdk/issues"
54+ },
55+ "engines" : {
56+ "node" : " >=20"
57+ },
58+ "publishConfig" : {
59+ "access" : " public"
60+ },
4761 "dependencies" : {
4862 "viem" : " ^2.33.3"
4963 },
Original file line number Diff line number Diff line change 1- #!/usr/bin/env bun
1+ #!/usr/bin/env node
22
33import { runCli } from './dispatcher' ;
44
5- if ( import . meta. main ) {
6- const exitCode = await runCli ( process . argv . slice ( 2 ) ) ;
7- process . exit ( exitCode ) ;
8- }
5+ const exitCode = await runCli ( process . argv . slice ( 2 ) ) ;
6+ process . exit ( exitCode ) ;
97
108export { runCli } ;
You can’t perform that action at this time.
0 commit comments