mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-29 05:02:09 +03:00
29 lines
746 B
JSON
29 lines
746 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"
|
|
},
|
|
"dependencies": {
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-html": "^8.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-json": "^3.1.0"
|
|
}
|
|
}
|