driverSchool/uni_modules/jushi-signature/components/image-tools/package.json
2024-08-28 11:53:54 +08:00

26 lines
659 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "image-tools",
"version": "1.4.0",
"description": "图像转换工具可用于如下环境uni-app、微信小程序、5+APP、浏览器",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhetengbiji/image-tools.git"
},
"keywords": [
"base64"
],
"author": "Shengqiang Guo",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhetengbiji/image-tools/issues"
},
"homepage": "https://github.com/zhetengbiji/image-tools#readme",
"devDependencies": {
"@types/html5plus": "^1.0.0"
}
}