-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.23 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
{
"name": "znum",
"version": "0.0.6",
"author": "Vitaly Gashkov <[email protected]>",
"description": "Save books from Znanium for offline reading",
"license": "MIT",
"keywords": [
"znanium",
"books",
"education",
"reading",
"pdf",
"download",
"cli"
],
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/vitalygashkov/znum"
},
"bugs": {
"url": "https://github.com/vitalygashkov/znum/issues",
"email": "[email protected]"
},
"funding": [
{
"type": "individual",
"url": "https://boosty.to/vitalygashkov/donate"
}
],
"type": "module",
"main": "znum.js",
"types": "znum.d.ts",
"bin": {
"znum": "znum.js"
},
"engines": {
"node": ">=22"
},
"scripts": {
"start": "node znum.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cli-progress": "^3.12.0",
"got-scraping": "^4.0.8",
"http-cookie-agent": "^6.0.6",
"join-images": "^1.1.5",
"pdfkit": "^0.15.1",
"prompt": "^1.3.0",
"sharp": "^0.32.6",
"tough-cookie": "^4.1.4",
"undici": "^6.21.0"
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.6.3"
}
}