{ "name": "@uppy/svelte", "version": "4.1.1", "description": "Uppy plugin that helps integrate Uppy into your Svelte project.", "type": "module", "svelte": "./dist/index.js", "types": "./dist/index.d.ts", "main": "./dist/index.js", "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "keywords": [ "file uploader", "uppy", "uppy-plugin", "svelte" ], "files": [ "src", "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js" } }, "scripts": { "build": "svelte-kit sync && svelte-package", "prepublishOnly": "yarn run package", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/kit": "^2.0.0", "@sveltejs/package": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "svelte": "^4.2.7", "svelte-check": "^3.6.0", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.11" }, "peerDependencies": { "@uppy/core": "workspace:^", "@uppy/dashboard": "workspace:^", "@uppy/drag-drop": "workspace:^", "@uppy/progress-bar": "workspace:^", "@uppy/status-bar": "workspace:^", "svelte": "^4.0.0 || ^5.0.0" }, "publishConfig": { "access": "public" } }