-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 KB
/
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
{
"name": "aem-bulk",
"version": "1.18.4",
"description": "CLI for AEM Edge Delivery bulk operations ",
"type": "module",
"bin": "./index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release",
"postinstall": "node resources/get-helix-importer-lib.js"
},
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"@adobe/helix-md2docx": "2.1.81",
"cors": "^2.8.5",
"css-tree": "^3.0.0",
"cssbeautify": "^0.3.1",
"exceljs": "4.4.0",
"express": "^4.19.2",
"fastq": "^1.17.1",
"find-free-port": "2.0.0",
"franklin-bulk-shared": "1.31.1",
"matcher": "^5.0.0",
"p-queue": "8.1.0",
"puppeteer-intercept-and-modify-requests": "^1.3.1",
"serve-static": "^1.15.0",
"sharp": "0.33.5",
"simply-beautiful": "^1.0.1",
"winston": "3.17.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.8",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/yargs": "17.0.33",
"eslint": "8.57.0",
"semantic-release": "24.2.3"
}
}