push-model-from-web / package.json
coyotte508's picture
coyotte508 HF staff
⬆️ Upgrade @huggingface/hub
b98ad90
raw
history blame
No virus
351 Bytes
{
"name": "push-model-from-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@huggingface/hub": "^0.2.1"
},
"devDependencies": {
"@types/node": "^18.15.3",
"prettier": "^2.8.5",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2"
}
}