forked from mediamonks/display-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 951 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
{
"name": "@mediamonks/display-upload",
"version": "1.5.11",
"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": {
"adform-upload-tool": "^1.0.4",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"commander": "^9.2.0",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"glob-promise": "^4.2.2",
"inquirer": "^8.2.4",
"open": "^8.4.0",
"puppeteer-core": "^14.1.1",
"s3-batch-upload": "^1.5.0",
"ssh2-sftp-client": "^8.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}