-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1012 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "wetransfert",
"version": "2.3.10",
"description": "Download/Upload wetransfer content with nodeJS - Unofficial API for wetransfer",
"keywords": [
"file transfer",
"we transfert",
"wetransfer",
"transfert",
"download",
"upload",
"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",
"cheerio": "^1.0.0-rc.5",
"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.9.15"
},
"devDependencies": {
"mocha": "^9.1.1",
"rimraf": "^3.0.2"
},
"snyk": true
}