The @js
built-in provides access to a number of Node.js modules with functions that you may find useful in Origami expressions:
For example, in an Origami template you can use the @node/process
module to include information about the development environment:
Environment: ${ @node/process/env/NODE_ENV }
See also @js, which provides access to a number of JavaScript classes and utility functions.