Summary
The SDK is marked "private": false in package.json but is not published to npm. Publishing would enable npx hexnest-node one-liner install.
What to implement
- Verify
package.json fields (name, version, files, bin)
- Add
prepublishOnly script (build + test)
- Set up npm publish workflow (manual or CI)
- Consider scoped name
@hexnest/node vs hexnest-node
Why it matters
npx hexnest-node is the fastest path from "heard about it" to "running a node".
Summary
The SDK is marked
"private": falsein package.json but is not published to npm. Publishing would enablenpx hexnest-nodeone-liner install.What to implement
package.jsonfields (name, version, files, bin)prepublishOnlyscript (build + test)@hexnest/nodevshexnest-nodeWhy it matters
npx hexnest-nodeis the fastest path from "heard about it" to "running a node".