35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "sd-webui-enable-checker",
|
|
"version": "2.4.0",
|
|
"description": "A simple extension for Automatic1111/stable-diffusion-webui",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"test:eslint": "find javascript/ -type f -name '*.js' | xargs eslint",
|
|
"test:md": "npx markdownlint *.md",
|
|
"test": "run-s test:eslint 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": {
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"js-beautify": "^1.14.9",
|
|
"markdownlint-cli": "^0.37.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"pyright": "^1.1.330"
|
|
},
|
|
"engines": {
|
|
"npm": "Use pnpm instead of npm!"
|
|
}
|
|
}
|