Created new README file providing usage and build instructions for the lwrap utility. Implemented text line wrapping to a certain length.
Added support for deno compilation and formatting to .deno.json file. Implemented basic line wrapping functionality in src/lwrap.ts, using Wrapper class to wrap lines at 80 characters.