package.json 659 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "image-tools",
  3. "version": "1.4.0",
  4. "description": "图像转换工具,可用于如下环境:uni-app、微信小程序、5+APP、浏览器",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/zhetengbiji/image-tools.git"
  12. },
  13. "keywords": [
  14. "base64"
  15. ],
  16. "author": "Shengqiang Guo",
  17. "license": "ISC",
  18. "bugs": {
  19. "url": "https://github.com/zhetengbiji/image-tools/issues"
  20. },
  21. "homepage": "https://github.com/zhetengbiji/image-tools#readme",
  22. "devDependencies": {
  23. "@types/html5plus": "^1.0.0"
  24. }
  25. }