1234567891011121314151617181920212223242526272829 |
- {
- "name": "@uppy/form",
- "description": "Connect Uppy to an existing HTML <form>.",
- "version": "4.0.2",
- "license": "MIT",
- "main": "lib/index.js",
- "type": "module",
- "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": "workspace:^",
- "get-form-data": "^3.0.0"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|