forked from ganeshh123/notion-pdf-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 791 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
{
"name": "notion-pdf-export",
"version": "1.3.0",
"description": "A tool to allow batch PDF export for free Notion users. Convert exported HTML files to PDFs.",
"main": "index.js",
"scripts": {
"test": "node index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ganeshh123/notion-pdf-export.git"
},
"keywords": [
"notion",
"markdown",
"pdf",
"export",
"conversion",
"batch"
],
"author": {
"name": "Ganesh H",
"url": "https://ganeshh123.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ganeshh123/notion-pdf-export/issues"
},
"homepage": "https://github.com/ganeshh123/notion-pdf-export#readme",
"dependencies": {},
"bin": "index.js"
}