-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
68 lines (68 loc) · 2.01 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@adobe/helix-importer",
"version": "3.4.25",
"description": "Helix Importer tool: create md / docx from html",
"main": "src/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-importer.git"
},
"scripts": {
"lint": "eslint .",
"test:web": "web-test-runner test/browser/*.test.js --node-resolve",
"test:web:watch": "web-test-runner test/browser/*.test.js --node-resolve --watch",
"test": "c8 mocha && npm run test:web",
"semantic-release": "semantic-release",
"prepare": "npx husky install"
},
"mocha": {
"recursive": "true",
"spec": "test/**/*.spec.js",
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
},
"lint-staged": {
"*.js": "eslint"
},
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.8",
"@adobe/helix-docx2md": "1.6.9",
"@adobe/helix-mediahandler": "2.5.29",
"@esm-bundle/chai": "4.3.4-fix.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@web/test-runner": "0.19.0",
"@web/test-runner-commands": "0.9.0",
"@web/test-runner-mocha": "0.9.0",
"c8": "10.1.2",
"chai": "5.1.2",
"dirname-filename-esm": "1.1.2",
"eslint": "8.57.1",
"husky": "9.1.6",
"jsdom": "25.0.1",
"lint-staged": "15.2.10",
"mocha": "10.8.2",
"mocha-multi-reporters": "1.5.1",
"mock-fs": "5.4.1",
"remark-parse": "11.0.0",
"semantic-release": "24.2.0",
"unist-util-inspect": "8.1.0"
},
"license": "Apache-2.0",
"dependencies": {
"@adobe/helix-markdown-support": "7.1.6",
"@adobe/helix-md2docx": "2.1.81",
"@adobe/mdast-util-gridtables": "4.0.7",
"@adobe/remark-gridtables": "3.0.7",
"form-data": "4.0.1",
"fs-extra": "11.2.0",
"hast-util-to-mdast": "10.1.0",
"node-fetch": "3.3.2",
"rehype-parse": "9.0.1",
"rehype-remark": "10.0.0",
"remark-stringify": "11.0.0",
"unified": "11.0.5"
}
}