{
  "name": "ng2-file-upload",
  "version": "8.0.0",
  "description": "Angular file uploader",
  "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": "^19.0.0",
    "@angular/common": "^19.0.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "tag": "next"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/valor-software/ng2-file-upload.git"
  },
  "bugs": {
    "url": "https://github.com/valor-software/ng2-file-upload/issues"
  },
  "homepage": "https://github.com/valor-software/ng2-file-upload#readme",
  "keywords": [
    "angular",
    "upload file",
    "ng",
    "ng2",
    "angular2"
  ],
  "module": "fesm2022/ng2-file-upload.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng2-file-upload.mjs"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  }
}