UNPKG

imgbb-webp-uploader

Version:

A utility for converting images to WebP format and uploading them to ImgBB

44 lines (43 loc) 966 B
{ "name": "imgbb-webp-uploader", "version": "1.0.6", "description": "A utility for converting images to WebP format and uploading them to ImgBB", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "imgbb", "webp", "image", "upload", "react" ], "author": "QRinux", "license": "MIT", "bugs": { "url": "https://github.com/qrinux/imgbb-webp-uploader/issues" }, "homepage": "https://github.com/qrinux/imgbb-webp-uploader#readme", "repository": { "type": "git", "url": "git+https://github.com/qrinux/imgbb-webp-uploader.git" }, "dependencies": { "react-hook-form": "^7.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^4.0.0" } }