Kizi-Art commited on
Commit
07136c0
1 Parent(s): 40c9210

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +11 -0
package.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "stable-diffusion-webui",
3
+ "version": "0.0.0",
4
+ "devDependencies": {
5
+ "eslint": "^8.40.0"
6
+ },
7
+ "scripts": {
8
+ "lint": "eslint .",
9
+ "fix": "eslint --fix ."
10
+ }
11
+ }