-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 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
{
"author": "",
"description": "",
"devDependencies": {
"@taplo/cli": "^0.7.0",
"@biomejs/biome": "1.9.4",
"markdown-it": "^14.1.0",
"markdownlint-cli": "^0.44.0",
"npm-run-all2": "^7.0.2",
"pyright": "^1.1.394"
},
"engines": {
"npm": "Use pnpm instead of npm!"
},
"license": "",
"main": "",
"name": "sd-webui-enable-checker",
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "run-p format:biome format:md format:toml",
"format:biome": "biome check --write",
"format:md": "markdownlint -f ./*.md doc/*.md",
"format:toml": "taplo format *.toml",
"test": ":",
"lint": "run-p lint:biome lint:md lint:pyright lint:toml",
"lint:biome": "biome check",
"lint:md": "npx markdownlint *.md docs/*.md",
"lint:pyright": "pyright",
"lint:toml": "taplo format --check *.toml"
},
"version": "2.6.4",
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}