UNPKG

753 BJSONView Raw
1{
2 "name": "@adobe/reactor-packager",
3 "version": "2.6.5",
4 "description": "Command line utility for packaging a Launch extension into a zip file.",
5 "author": {
6 "name": "Adobe Systems",
7 "url": "http://adobe.com",
8 "email": "reactor@adobe.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@github.com:Adobe-Marketing-Cloud/reactor-packager.git"
13 },
14 "dependencies": {
15 "@adobe/reactor-validator": "^1.0.0",
16 "archiver": "^1.0.1",
17 "chalk": "^1.1.3",
18 "copy": "^0.3.0",
19 "glob": "^7.0.5",
20 "is-empty": "1.0.0",
21 "match-requires": "^1.0.2",
22 "node-fs-extra": "^0.8.1",
23 "ramda": "^0.21.0",
24 "yargs": "^4.6.0",
25 "yazl": "^2.4.1"
26 },
27 "bin": {
28 "reactor-packager": "./tasks/index.js"
29 }
30}