push-model-from-web / package.json
julien-c's picture
julien-c HF staff
Switch to `@huggingface/hub`
e89d22b verified
{
"name": "push-model-from-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@huggingface/hub": "^0.1.5"
},
"devDependencies": {
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7"
}
}