MMAPI / package.json
DeFactOfficial's picture
switch to docker runtime... gradio front end moved to other space
a830538
raw
history blame
633 Bytes
{
"name": "disseminate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@huggingface/agents": "^0.0.5",
"@huggingface/hub": "^0.18.2",
"@huggingface/inference": "^2.8.1",
"axios": "^1.7.7",
"canvas": "^2.11.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"uuid": "^10.0.0"
}
}