{
  "name": "@adobe/reactor-packager",
  "version": "4.3.0",
  "description": "Command line utility for packaging a Tags extension into a zip file.",
  "author": {
    "name": "Adobe Systems",
    "url": "http://adobe.com",
    "email": "reactor@adobe.com"
  },
  "license": "Apache-2.0",
  "scripts": {
    "ready-test-directory": "echo \"preparing test output directory\" && shx rm -rf test-dist && shx mkdir test-dist",
    "ready-circular-dependency-directory": "shx rm -rf tasks/test/circular-extension && shx mkdir tasks/test/circular-extension",
    "package-for-testing": "npm run ready-test-directory && npm run ready-circular-dependency-directory && ./tasks/test/createBundles.js",
    "test": "npm run package-for-testing"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:adobe/reactor-packager.git"
  },
  "dependencies": {
    "@adobe/reactor-validator": "^2.3.0",
    "archiver": "^5.2.0",
    "chalk": "^4.1.0",
    "glob": "^7.1.6",
    "ramda": "^0.27.0",
    "requires-regex": "^1.0.4",
    "strip-comments": "^2.0.1",
    "yargs": "^16.2.0"
  },
  "bin": {
    "reactor-packager": "tasks/index.js"
  },
  "engines": {
    "node": ">=14.21.2"
  },
  "devDependencies": {
    "shx": "^0.3.3"
  }
}
