mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-29 05:02:09 +03:00
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"name": "@vladmandic/automatic",
|
|
"version": "dev",
|
|
"description": "SD.Next: Opinionated implementation of Stable Diffusion",
|
|
"author": "Vladimir Mandic <mandic00@live.com>",
|
|
"bugs": {
|
|
"url": "https://github.com/vladmandic/automatic/issues"
|
|
},
|
|
"homepage": "https://github.com/vladmandic/automatic",
|
|
"license": "AGPLv3",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vladmandic/automatic.git"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.18.15",
|
|
"eslint": "^8.44.0",
|
|
"eslint-config-airbnb-base": "^15.0.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-plugin-json": "^3.1.0"
|
|
}
|
|
}
|