Installing Libraries
The webdaemon npm library helps you develop Web Agent apps, with support
for both front-end and back-end code.
Versions
The webdaemon library uses conventional semantic versioning:
npm install webdaemoninstalls the latest production version.npm install webdaemon@latestis the same as the above.npm install webdaemon@14.3.1installs the specified version.npm install webdaemon@devinstalls the current development version.