@zhuxiaozy/clipimg
Version:
33 lines (32 loc) • 657 B
JSON
{
"name": "@zhuxiaozy/clipimg",
"author": {
"name": "飞羽寻梦",
"email": "zhuxiaozyyx@yeah.net"
},
"scripts": {
"publish": "npm publish --access=public",
"build": "tsc"
},
"version": "0.0.22",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"description": "图片裁剪Ts工具",
"repository": {
"type": "git",
"url": "https://github.com/zx107532/clipImg.git"
},
"keywords": [
"clip",
"imageClip",
"image",
"clipImage",
"imgClip",
"clipImg"
],
"dependencies": {
"eslint": "6.7.2",
"typescript": "^4.4.4"
}
}