-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1.09 KB
/
package.json
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
28
29
30
31
32
33
34
{
"name": "sd-webui-enable-checker",
"type": "module",
"version": "2.6.3",
"description": "A simple extension for Automatic1111/stable-diffusion-webui",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"test:biome": "biome check",
"format": "biome format --write",
"test:md": "npx markdownlint *.md",
"test": "run-s test:biome test:md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shirayu/sd-webui-enable-checker.git"
},
"author": "",
"license": "GNU AFFERO GENERAL PUBLIC LICENSE Version 3",
"bugs": {
"url": "https://github.com/shirayu/sd-webui-enable-checker/issues"
},
"homepage": "https://github.com/shirayu/sd-webui-enable-checker",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"markdownlint-cli": "^0.43.0",
"npm-run-all2": "^7.0.2",
"pyright": "^1.1.391"
},
"engines": {
"npm": "Use pnpm instead of npm!"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}