{
  "name": "wetransfert",
  "version": "2.4.0",
  "description": "Download/Upload wetransfer content with nodeJS - Unofficial API for wetransfer",
  "keywords": [
    "file transfer",
    "we transfert",
    "wetransfer",
    "transfert",
    "download",
    "API",
    "api"
  ],
  "main": "index.js",
  "repository": "https://github.com/orgrimarr/node-wetransfert.git",
  "author": "orgrimarr",
  "contributors": [
    "agusti",
    "cylwin"
  ],
  "license": "none",
  "scripts": {
    "test": "mocha --delay --timeout 300000 --exit --colors",
    "snyk-protect": "snyk-protect",
    "prepare": "npm run snyk-protect"
  },
  "dependencies": {
    "@snyk/protect": "^1.836.0",
    "abort-controller": "^3.0.0",
    "debug": "^4.3.1",
    "form-data": "^3.0.1",
    "https-proxy-agent": "^5.0.0",
    "node-fetch": "2",
    "p-map": "^1.2.0",
    "unzipper": "^0.12.3"
  },
  "devDependencies": {
    "mocha": "^9.1.1"
  },
  "snyk": true
}
