32 lines
936 B
JSON
32 lines
936 B
JSON
{
|
|
"name": "sd-webui-enable-checker",
|
|
"version": "1.0.0",
|
|
"description": "A simple extension for Automatic1111/stable-diffusion-webui",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:eslint": "find javascript/ -type f -name | 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",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"eslint": ">=8.35.0",
|
|
"eslint-config-prettier": ">=8.6.0",
|
|
"eslint-plugin-prettier": ">=4.2.1",
|
|
"js-beautify": ">=1.14.7",
|
|
"markdownlint-cli": ">=0.33.0",
|
|
"npm-run-all": ">=4.1.5"
|
|
}
|
|
}
|