Ellas_SD / package.json
themahani's picture
Upload folder using huggingface_hub
36b6cbc verified
raw
history blame contribute delete
No virus
185 Bytes
{
"name": "stable-diffusion-webui",
"version": "0.0.0",
"devDependencies": {
"eslint": "^8.40.0"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix ."
}
}