Package Exports
- eternal-lands.js
- eternal-lands.js/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eternal-lands.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eternal-lands.js

A JavaScript (and TypeScript) client library for Eternal Lands.
It provides several abstractions for managing the "low-level" (i.e. sending and receiving of packets) so that you can focus on building the "high-level" (e.g. trade bots, guard bots, AI-controlled ants, etc).
Installation
Install the package via npm:
$ npm install eternal-lands.js
Usage
More info coming soon.