Spaces:
Paused
Paused
| { | |
| "name": "mini-world", | |
| "version": "1.0.0", | |
| "author": "", | |
| "main": "main.js", | |
| "dependencies": { | |
| "openai": "^5.18.0" | |
| }, | |
| "description": "", | |
| "license": "ISC", | |
| "scripts": { | |
| "start": "bun server.ts" | |
| } | |
| } | |