<script type="module"> import { get_alliances as getAlliances } from './node_modules/esi-es6-lib/Alliances.js'; getAlliances.then(console.log); </script>
import { get_alliances as getAlliances } from 'esi-es6-lib/Alliances.js'; getAlliances.then(console.log);