{ "name": "@uppy/form", "description": "Connect Uppy to an existing HTML
.", "version": "1.3.5", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", "keywords": [ "file uploader", "uppy", "uppy-plugin", "form" ], "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { "@uppy/utils": "file:../utils", "get-form-data": "^2.0.0" }, "peerDependencies": { "@uppy/core": "^1.0.0" } }