Skip to content

Instantly share code, notes, and snippets.

View roshray's full-sized avatar
:octocat:
got to keep data obfuscated.

Ray roshray

:octocat:
got to keep data obfuscated.
View GitHub Profile
@roshray
roshray / ben
Last active April 12, 2026 14:33
monorepo
// backend/package.json
{
"name": "@ngmi/backend",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "rimraf ./dist && tsc --build ./tsconfig.json",
"start": "node ./dist/index.js",
"types": "tsc --noEmit --project ./tsconfig.json",
"format": "biome check --write src ."