Test userscript for UserUtils based on my TypeScript userscript template
| Command | Description | 
|---|---|
npm i | 
Run once to install dependencies | 
npm run dev | 
Watch the code for changes, then build the userscript in development mode and serve it locally | 
npm run build-dev | 
Build the userscript in development mode | 
npm run build-prod | 
Build the userscript in production mode | 
npm link @sv443-network/userutils | 
Symlink the local version of UserUtils (after running npm link and npm run dev in that project's root) |