mini-world / package.json
victor's picture
victor HF Staff
Initial deployment of Mini World game
a2d0320 verified
raw
history blame contribute delete
225 Bytes
{
"name": "mini-world",
"version": "1.0.0",
"author": "",
"main": "main.js",
"dependencies": {
"openai": "^5.18.0"
},
"description": "",
"license": "ISC",
"scripts": {
"start": "bun server.ts"
}
}