-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
45 lines (45 loc) · 968 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "aemsync",
"version": "5.0.5",
"description": "The code and content synchronization for Sling / AEM (Adobe Experience Manager).",
"author": "Michal Kochel <[email protected]>",
"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": "index.js",
"devDependencies": {
"standard": "17.0.0",
"triala": "0.4.0"
},
"dependencies": {
"adm-zip": "0.5.10",
"globrex": "0.1.2",
"node-fetch": "3.3.1",
"simple-watcher": "5.0.1",
"xml-to-json-stream": "1.1.0"
},
"scripts": {
"test": "node test/test.js -v"
},
"engines": {
"node": ">=16.16.0"
},
"bin": {
"aemsync": "./bin/aemsync.js"
},
"license": "MIT",
"false": {}
}