@sharjeenux/node
v1.0.0
Published
Node.js 20, npm, npx, and TypeScript runtime layer for Sharjeenux.
Maintainers
Readme
@sharjeenux/node
Node.js runtime layer for Sharjeenux.
npm install sharjeenux @sharjeenux/nodeThe layer provides Node.js 20.20.2, npm, npx, Corepack, and TypeScript 6.0.3
inside the guest VM. Sharjeenux detects it automatically from package.json.
import { initialize, send, shutdown } from "sharjeenux";
await initialize();
console.log(await send("node -e 'console.log(6 * 7)'"));
console.log(await send("npm --version"));
console.log(await send("tsc --version"));
await shutdown();See the main documentation for API, networking, performance, and licensing details.
