stable-diffusion-webui-loca.../package.json

103 lines
4.8 KiB
JSON

{
"name": "stable-diffusion-webui-localization-zh_hant",
"version": "1.0.0",
"description": "Traditional Chinese translation extension for Stable Diffusion web UI by AUTOMATIC1111",
"keywords": [
"create-by-yarn-tool"
],
"homepage": "https://github.com/bluelovers/stable-diffusion-webui-localization-zh_Hant#readme",
"bugs": {
"url": "https://github.com/bluelovers/stable-diffusion-webui-localization-zh_Hant/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/stable-diffusion-webui-localization-zh_Hant.git"
},
"license": "ISC",
"author": "bluelovers",
"sideEffects": false,
"main": "index.js",
"scripts": {
"review": "yarn run review:coverage",
"review:coverage": "yarn run lint && yarn run coverage",
"review:test": "yarn run lint && yarn run test",
"coverage": "yarn run test -- --coverage",
"lint": "yarn run lint:eslint",
"lint:eslint": "ynpx eslint --ext .ts,.tsx,.mts,.cts ./",
"pretest": "echo pretest",
"test": "yarn run test:jest",
"test:jest": "jest --passWithNoTests",
"test:jest:clearCache": "jest --clearCache",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",
"install:frozenLockfile": "yarn-tool install --frozen-lockfile",
"install:resetLockfile": "yarn-tool install --reset-lockfile",
"build:dts:bundle": "ynpx @bluelovers/dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle",
"build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
"build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy",
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
"build:microbundle": "ynpx microbundle --target node",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"ci:install": "yarn install --frozen-lockfile && yarn add -W yarn-tool lerna ynpx ts-node ts-jest jest typescript@next @bluelovers/jest-config tsx",
"ci:build": "echo ci:build && yarn run ci:build:scripts && yarn run ci:build:sort && yarn run ci:build:commit",
"ci:build:scripts": "tsx ./test/scripts/auto.ts",
"ci:build:sort": "tsx ./test/scripts/sort-dict.ts",
"ci:build:commit": "git commit ./localizations ./src/dict ./output -m \"build: update localizations\" & echo ci:build:commit",
"npm:publish": "npm publish",
"npm:publish:bump": "yarn run version:bump && npm publish",
"ws:fix-all": "yarn-tool fix-all --overwriteHostedGitInfo",
"ws:fix-all:resetStaticFiles": "yarn run ws:fix-all -- --resetStaticFiles",
"preversion": "echo preversion && yarn run test",
"version": "echo version",
"version:bump": "yarn-tool version",
"postversion": "echo postversion",
"prepublish": "echo prepublish",
"prepare": "echo prepare",
"prepublishOnly": "yarn run preversion",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepack": "echo prepack",
"pack": "echo pack",
"postpack": "echo postpack",
"publish": "echo publish",
"postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag && yarn run postpublish:git:push",
"postpublish:changelog": "ynpx --quiet @yarn-tool/changelog && git add ./CHANGELOG.md",
"postpublish:git:commit": "git commit -m \"chore(release): publish\" . & echo postpublish:git:commit",
"postpublish:git:push": "git push --follow-tags",
"postpublish:git:tag": "ynpx --quiet @yarn-tool/tag",
"postpublishOnly": "echo postpublishOnly",
"ncu": "yarn-tool ncu -u",
"sort-package-json": "yarn-tool sort",
"tsc:default": "tsc -p tsconfig.json",
"tsc:esm": "tsc -p tsconfig.esm.json",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"@novel-segment/sort-dict-table": "^1.0.20",
"@novel-segment/sort-synonym": "^1.0.16",
"@novel-segment/util-compare": "^1.0.19",
"@yarn-tool/changelog": "^2.0.24",
"bluebird": "^3.7.2",
"cjk-conv": "^1.2.143",
"crlf-normalize": "^1.0.19",
"debug-color2": "^1.3.2",
"fs-extra": "^11.1.1",
"json5": "^2.2.3",
"novel-segment-cli": "^1.1.123",
"regexp-cjk-with-plugin-enabled": "^1.0.16",
"ts-type": "^3.0.1",
"tslib": ">=2"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.34",
"@types/bluebird": "^3.5.38",
"@types/fs-extra": "^11.0.1",
"@types/node": "latest"
},
"peerDependencies": {},
"packageManager": "yarn@1.22.19"
}