initial commit
This commit is contained in:
11
package.json
Executable file
11
package.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "stable-diffusion-webui",
|
||||
"version": "0.0.0",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.40.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"fix": "eslint --fix ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user