File size: 351 Bytes
7b7b9aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"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"
	}
}