sd-webui-enable-checker/package.json

34 lines
948 B
JSON

{
"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.2",
"markdownlint-cli": "^0.41.0",
"npm-run-all": "^4.1.5",
"pyright": "^1.1.381"
},
"engines": {
"npm": "Use pnpm instead of npm!"
}
}