const info = require('../dist/api/info') async function run() { await info() } run()