-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.04 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
{
"dependencies": {
"@types/pdfkit": "^0.13.4",
"argparse": "^2.0.1",
"patch-package": "^8.0.0",
"pdfkit": "^0.13.0",
"protobufjs": "^6.11.2",
"terminal-kit": "^3.1.1",
"uuid": "^10.0.0"
},
"name": "issuu-better-pdf-downloader",
"description": ".",
"version": "1.0.5",
"main": "issuu.js",
"scripts": {
"postinstall": "patch-package",
"start": "node issuu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llui85/issuu-better-pdf-downloader.git"
},
"type": "module",
"author": "llui85",
"license": "MIT",
"bugs": {
"url": "https://github.com/llui85/issuu-better-pdf-downloader/issues"
},
"homepage": "https://github.com/llui85/issuu-better-pdf-downloader",
"devDependencies": {
"p-limit": "^6.1.0"
}
}