UNPKG

@statezero/statezero-tunnel

Version:

Tunnelmole client for StateZero users to create secure tunnels to their local services.

6 lines (4 loc) 193 B
import fs from 'fs'; import { ROOT_DIR } from '../filesystem/constants.js'; const packageJson = JSON.parse(fs.readFileSync(`${ROOT_DIR}/package.json`).toString()); export { packageJson }