{
  "name": "telegraph-uploader",
  "version": "2.0.0",
  "description": "A package that helps you to upload media files to telegra.ph",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loskir/telegraph-uploader.git"
  },
  "keywords": [
    "telegraph",
    "upload"
  ],
  "author": "Loskir",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loskir/telegraph-uploader/issues"
  },
  "homepage": "https://github.com/loskir/telegraph-uploader#readme",
  "dependencies": {
    "form-data": "^2.5.1",
    "is-buffer": "^2.0.3",
    "isstream": "^0.1.2",
    "node-fetch": "^2.6.0",
    "stream-to-array": "^2.3.0"
  }
}
