UNPKG

@ufdevsllc/authme2.0

Version:

SDK for license management and remote monitoring with automatic system tracking, license validation, and remote control capabilities

11 lines (10 loc) 252 B
import License from './license.js'; import SystemTracking from './system-tracking.js'; import RemoteCommand from './remote-command.js'; import UsageLog from './usage-log.js'; export { License, SystemTracking, RemoteCommand, UsageLog };