sd-webui-enable-checker/package.json

34 lines
1.0 KiB
JSON

{
"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": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}