image / package.json
hadadrjt's picture
image: Production!
4f33245
{
"name": "Image Generation Playground",
"version": "1.0.0",
"description": "Part of the UltimaX Intelligence ecosystem",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"Image Generation",
"playground",
"UltimaX Intelligence",
"umint",
"Pollinations.AI"
],
"author": "Hadad Darajat",
"license": "Apache-2.0",
"dependencies": {
"axios": "latest",
"ejs": "latest",
"express": "latest",
"ws": "latest"
},
"homepage": "https://umint-image.hf.space"
}