-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
45
46
{
"name": "@adobe/reactor-uploader",
"version": "6.0.2",
"description": "Command line tool for uploading Tags extensions.",
"author": {
"name": "Adobe Systems",
"url": "http://adobe.com",
"email": "reactor@adobe.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:Adobe-Marketing-Cloud/reactor-uploader.git"
},
"keywords": [
"launch",
"extension"
],
"bin": {
"reactor-uploader": "bin/index.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watchAll"
},
"dependencies": {
"@adobe/auth-token": "^1.0.1",
"chalk": "^4.1.0",
"delay": "^4.4.0",
"form-data": "^4.0.0",
"inquirer": "^10.1.8",
"node-fetch": "^2.6.7",
"ora": "^5.3.0",
"prettyjson": "^1.2.1",
"request-debug": "^0.2.0",
"yargs": "^16.2.0",
"yauzl": "^2.10.0"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^2.0.7"
},
"engines": {
"node": ">=20.17.0"
}
}