-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 728 Bytes
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
{
"name": "markdown-printer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js -c=config.yaml -p=./files"
},
"keywords": [],
"author": "Alexander1248",
"license": "MIT",
"description": "Markdown printer with modularity and style support",
"type": "module",
"dependencies": {
"@sindresorhus/slugify": "^3.0.0",
"args": "^5.0.3",
"bluebird": "^3.7.2",
"handlebars": "^4.7.8",
"html-docx-js": "^0.3.1",
"markdown-it": "^14.1.0",
"node-fetch": "^3.3.2",
"pagedjs": "^0.4.3",
"pdf-lib": "^1.17.1",
"prince": "^1.14.3",
"puppeteer": "^24.22.0",
"require-from-web": "^1.2.0",
"sync-fetch": "^0.6.0-2",
"yaml": "^2.8.1"
}
}