UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@adobe/reactor-uploader",
3 "version": "5.0.4",
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.3",
28 "chalk": "^4.1.0",
29 "delay": "^4.4.0",
30 "inquirer": "^7.3.3",
31 "ora": "^5.3.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": "^16.2.0",
37 "yauzl": "^2.10.0"
38 },
39 "devDependencies": {
40 "jasmine": "^3.6.4",
41 "jasmine-expect": "^5.0.0",
42 "nodemon": "^2.0.7",
43 "proxyquire": "^2.1.0"
44 },
45 "engines": {
46 "node": ">=12.13.0"
47 }
48}