{
  "name": "@uppy/informer",
  "description": "A notification and error pop-up bar for Uppy.",
  "version": "3.1.0",
  "license": "MIT",
  "main": "lib/index.js",
  "style": "dist/style.min.css",
  "types": "types/index.d.ts",
  "type": "module",
  "keywords": [
    "file uploader",
    "uppy",
    "uppy-plugin",
    "notification",
    "bar",
    "ui"
  ],
  "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": "^5.7.4",
    "preact": "^10.5.13"
  },
  "peerDependencies": {
    "@uppy/core": "^3.9.3"
  }
}