aemsync
Version:
The code and content synchronization for Sling / AEM (Adobe Experience Manager).
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "aemsync",
"version": "5.1.5",
"description": "The code and content synchronization for Sling / AEM (Adobe Experience Manager).",
"author": "Michal Kochel",
"type": "module",
"keywords": [
"Adobe",
"AEM",
"CQ",
"Sling",
"Synchronization"
],
"homepage": "https://github.com/gavoja/aemsync",
"bugs": {
"url": "https://github.com/gavoja/aemsync/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/gavoja/aemsync.git"
},
"main": "src/index.js",
"devDependencies": {
"dotenv": "^17.2.1",
"dotenv-cli": "^10.0.0",
"fs-extra": "^11.3.1",
"release-it": "^19.0.4",
"standard": "^17.1.2"
},
"dependencies": {
"adm-zip": "^0.5.16",
"globrex": "^0.1.2",
"xml-to-json-stream": "^1.1.0"
},
"scripts": {
"lint": "npx standard",
"format": "npx standard --fix",
"test1": "node tests/test.js",
"test": "node --test --test-reporter=spec --test-reporter-destination=stdout --experimental-test-coverage --test-coverage-exclude \"test/**/*\"",
"release": "dotenv release-it",
"release:ci": "dotenv release-it --ci",
"release:dry": "dotenv release-it --dry-run"
},
"engines": {
"node": ">=16.16.0"
},
"bin": {
"aemsync": "./bin/aemsync.js"
},
"license": "MIT",
"false": {}
}