aem-clientlib-generator
Version:
Creates configuration files for AEM ClientLibs and synchronizes assets.
62 lines (61 loc) • 1.3 kB
JSON
{
"name": "aem-clientlib-generator",
"version": "1.9.0",
"description": "Creates configuration files for AEM ClientLibs and synchronizes assets.",
"author": {
"name": "wcm.io",
"url": "https://wcm.io"
},
"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.0",
"glob": "7.2.3",
"lodash": "4.17.21",
"yargs": "^18.0.0"
},
"devDependencies": {
"klaw": "4.1.0",
"mocha": "11.7.1"
},
"license": "Apache-2.0",
"scripts": {
"test": "mocha",
"build": "bin/clientlib-cli.js test/clientlib.config.js --verbose"
}
}