| 📦 Turbo JS | 1 | { |
| 2 | "name": "greeter", | |
| 3 | "version": "1.0.0", | |
| 4 | "description": "A small Node program to open in Turbo JS", | |
| 5 | "type": "module", | |
| 6 | "scripts": { | |
| 7 | "start": "node main.js", | |
| 8 | "test": "node --test" | |
| 9 | } | |
| 10 | } |
| 📦 Turbo JS | 1 | { |
| 2 | "name": "greeter", | |
| 3 | "version": "1.0.0", | |
| 4 | "description": "A small Node program to open in Turbo JS", | |
| 5 | "type": "module", | |
| 6 | "scripts": { | |
| 7 | "start": "node main.js", | |
| 8 | "test": "node --test" | |
| 9 | } | |
| 10 | } |