lteapis / package.json
LoRDxdd's picture
Update package.json
1d32b0c verified
raw
history blame contribute delete
438 Bytes
{
"name": "nodejs",
"version": "2.0.0",
"description": "Nodejs API",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@gradio/client": "^1.15.4",
"express": "latest",
"multer": "^2.0.1",
"node-fetch": "latest",
"undici": "latest"
}
}