cerevox
Version:
TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments
7 lines • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = exports.DEFAULT_PORT = void 0;
exports.DEFAULT_PORT = 9223;
// eslint-disable-next-line @typescript-eslint/no-require-imports
exports.VERSION = require('../../package.json').version;
//# sourceMappingURL=constants.js.map