1 | {
|
2 | "name": "@adobe/reactor-uploader",
|
3 | "version": "4.1.2",
|
4 | "description": "Command line tool for uploading Launch extensions.",
|
5 | "author": {
|
6 | "name": "Adobe Systems",
|
7 | "url": "http://adobe.com",
|
8 | "email": "reactor@adobe.com"
|
9 | },
|
10 | "license": "Apache-2.0",
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "git@github.com:Adobe-Marketing-Cloud/reactor-uploader.git"
|
14 | },
|
15 | "keywords": [
|
16 | "launch",
|
17 | "extension"
|
18 | ],
|
19 | "bin": {
|
20 | "reactor-uploader": "./bin/index.js"
|
21 | },
|
22 | "scripts": {
|
23 | "test": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
|
24 | "test:watch": "nodemon --exec jasmine JASMINE_CONFIG_PATH=jasmine.json"
|
25 | },
|
26 | "dependencies": {
|
27 | "@adobe/jwt-auth": "^0.3.0",
|
28 | "chalk": "^2.4.2",
|
29 | "delay": "^4.2.0",
|
30 | "inquirer": "^6.3.1",
|
31 | "ora": "^3.4.0",
|
32 | "prettyjson": "^1.2.1",
|
33 | "request": "^2.88.0",
|
34 | "request-debug": "^0.2.0",
|
35 | "request-promise-native": "^1.0.7",
|
36 | "yargs": "^13.2.2",
|
37 | "yauzl": "^2.10.0"
|
38 | },
|
39 | "devDependencies": {
|
40 | "jasmine": "^3.4.0",
|
41 | "jasmine-expect": "^4.0.1",
|
42 | "nodemon": "^1.19.0",
|
43 | "proxyquire": "^2.1.0"
|
44 | }
|
45 | }
|