UNPKG

edited-imagekit-uppy-plugin

Version:

A plugin for Uppy, which allows you to upload files directly to ImageKit.io media library.

46 lines (45 loc) 1.16 kB
{ "name": "edited-imagekit-uppy-plugin", "version": "1.0.18", "description": "A plugin for Uppy, which allows you to upload files directly to ImageKit.io media library.", "main": "dist/imagekit-uppy-plugin.cjs.js", "module": "dist/imagekit-uppy-plugin.esm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist*;rollup -c", "dev": "rollup -c -w" }, "files": [ "dist", "src" ], "keywords": [ "Uppy", "ImageKit", "Upload widget" ], "repository": { "type": "git", "url": "git+https://github.com/xpcrud/imagekit-uppy-plugin.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/xpcrud/imagekit-uppy-plugin/issues" }, "homepage": "https://github.com/xpcrud/imagekit-uppy-plugin#readme", "dependencies": { "@uppy/companion-client": "^1.5.1", "@uppy/core": "^1.12.0" }, "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^8.4.0", "rollup": "^2.22.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^6.1.0" } }