Spaces:
Running
Running
File size: 355 Bytes
431b4de e89d22b 431b4de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"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"
}
}
|