123456789101112131415161718192021222324252627282930 |
- {
- "name": "@uppy/form",
- "description": "Connect Uppy to an existing HTML <form>.",
- "version": "4.0.0-beta.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:^"
- },
- "stableVersion": "3.2.0"
- }
|