-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1015 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
{
"name": "@mediamonks/display-upload",
"version": "1.6.3",
"description": "Display.Monks upload tool. Uploads ad files to various platforms and vendors.",
"main": "./src/index.js",
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/mediamonks/display-upload#readme",
"license": "MIT",
"bin": {
"display-upload": "cli/displayUpload.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mediamonks/display-upload.git"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.279.0",
"adform-upload-tool": "^1.0.4",
"axios": "^1.3.4",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commander": "^10.0.0",
"form-data": "^4.0.0",
"fs-extra": "^11.1.0",
"glob-promise": "^6.0.2",
"inquirer": "^8.2.4",
"mime-types": "^2.1.35",
"open": "^8.4.2",
"puppeteer-core": "^19.7.2",
"ssh2-sftp-client": "^9.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}