-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 916 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
{
"name": "pdf-from-markdown",
"version": "1.1.2",
"description": "Generate a GitHub-styled PDF from a Markdown document at a URL.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Noelle Leigh",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"github-markdown-css": "^4.0.0",
"marked": "^4.0.10",
"puppeteer": "^22.11.2",
"tmp": "^0.2.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noelleleigh/pdf-from-markdown.git"
},
"keywords": [
"markdown",
"pdf",
"generator"
],
"bugs": {
"url": "https://github.com/noelleleigh/pdf-from-markdown/issues"
},
"homepage": "https://github.com/noelleleigh/pdf-from-markdown"
}