{
  "name": "aem-clientlib-generator",
  "version": "2.0.3",
  "description": "Creates configuration files for AEM ClientLibs and synchronizes assets.",
  "author": {
    "name": "wcm.io",
    "url": "https://wcm.io"
  },
  "type": "module",
  "contributors": [
    {
      "name": "Ingo Fahrentholz"
    },
    {
      "name": "Masoud Rozati"
    },
    {
      "name": "Mehran Behzad"
    },
    {
      "name": "Bert-Ulrich Baumann"
    }
  ],
  "homepage": "https://github.com/wcm-io-frontend/aem-clientlib-generator",
  "bugs": {
    "url": "https://github.com/wcm-io-frontend/aem-clientlib-generator/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wcm-io-frontend/aem-clientlib-generator.git"
  },
  "engines": {
    "node": ">=10.19.0"
  },
  "keywords": [
    "aem",
    "clientlib",
    "clientlibs",
    "generator",
    "sync"
  ],
  "main": "lib/clientlib.js",
  "bin": {
    "clientlib": "bin/clientlib-cli.js"
  },
  "dependencies": {
    "async": "^3.2.3",
    "fs-extra": "11.3.4",
    "glob": "13.0.6",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "klaw": "4.1.0",
    "mocha": "11.7.5"
  },
  "license": "Apache-2.0",
  "scripts": {
    "test": "mocha",
    "build": "bin/clientlib-cli.js test/clientlib.config.js --verbose"
  }
}
