Obuhersys using Proxies to track method calls.
pnpm i # install dependencies
pnpm run fmt # format code
pnpm run dev # run src/index.ts file (for development)
pnpm run build # compile the typescript to javascript in dist/
pnpm run build:watch # auto-reload compiling the typescript to javascript in dist/
This project uses TypeScript with pnpm.