34 lines
928 B
JSON
34 lines
928 B
JSON
{
|
|
"author": "",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.1.3",
|
|
"@taplo/cli": "^0.7.0",
|
|
"markdown-it": "^14.1.0",
|
|
"markdownlint-cli": "^0.45.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"pyright": "^1.1.403"
|
|
},
|
|
"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": "pnpm@10.5.2"
|
|
}
|