1 Star 1 Fork 0

masx200 / long-image-split-square

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
{
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bin": "./dist/cli.js",
"version": "1.4.0",
"types": "dist/index.d.ts",
"devDependencies": {
"prettier": "^2.0.5",
"tslib": "^2.4.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@masx200/async-task-current-limiter": "^2.1.0",
"@types/find": "^0.2.1",
"@types/fs-extra": "^11.0.1",
"@types/gm": "^1.18.7",
"@types/node": "^18.7.13",
"@types/uuid": "^9.0.1",
"find": "^0.3.0",
"fs-extra": "^11.1.1",
"gm": "^1.23.1",
"uuid": "^9.0.0"
},
"module": "dist/index.js",
"type": "module",
"name": "@masx200/long-image-split-square",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"prettier": "prettier *.json *.md --write **/*.js **/*.ts",
"build": " tsc",
"start": "node --experimental-modules --experimental-json-modules ./dist/cli.js "
},
"keywords": [],
"author": "masx200 <34191203+masx200@users.noreply.github.com>",
"description": "批量把长图拆分成接近正方形的小图片的脚本",
"repository": "git+https://github.com/masx200/long-image-split-square.git",
"bugs": {
"url": "https://github.com/masx200/long-image-split-square/issues"
},
"homepage": "https://github.com/masx200/long-image-split-square#readme"
}
TypeScript
1
https://gitee.com/masx200/long-image-split-square.git
git@gitee.com:masx200/long-image-split-square.git
masx200
long-image-split-square
long-image-split-square
master

搜索帮助