📄 octuna / package.json
| 1 | { |
| 2 | "name": "otgit", |
| 3 | "version": "0.1.0", |
| 4 | "description": "Self hosted git host with a retro 1999 UI.", |
| 5 | "main": "server.js", |
| 6 | "scripts": { |
| 7 | "setup": "node setup.js", |
| 8 | "start": "node --max-old-space-size=64 server.js", |
| 9 | "smoke": "node scripts/smoke.js" |
| 10 | }, |
| 11 | "engines": { |
| 12 | "node": ">=18" |
| 13 | }, |
| 14 | "license": "MIT" |
| 15 | } |
| 16 |