uppy/packages/@uppy/form/package.json

45 lines
890 B
JSON

{
"name": "@uppy/form",
"description": "Connect Uppy to an existing HTML <form>.",
"version": "5.1.0",
"license": "MIT",
"type": "module",
"sideEffects": false,
"scripts": {
"build": "tsc --build tsconfig.build.json",
"typecheck": "tsc --build"
},
"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"
},
"files": [
"src",
"lib",
"dist",
"CHANGELOG.md"
],
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"get-form-data": "^3.0.0"
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}