37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
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:eslint": "eslint ./javascript",
|
|
"test:prettier": "prettier --check javascript",
|
|
"prettier": "prettier --write javascript",
|
|
"test:md": "npx markdownlint *.md",
|
|
"test": "run-s test:eslint test:prettier 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": "^9.5.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"markdownlint-cli": "^0.41.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"pyright": "^1.1.367"
|
|
},
|
|
"engines": {
|
|
"npm": "Use pnpm instead of npm!"
|
|
}
|
|
}
|