File size: 671 Bytes
c19ca42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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"
  }
}