simple strings server for the wentworth coding club / my personal use
at main 9 lines 163 B view raw
1{ 2 "name": "strings", 3 "version": "0.1.0", 4 "type": "module", 5 "scripts": { 6 "dev": "bun run --hot src/index.ts", 7 "start": "bun run src/index.ts" 8 } 9}