-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.22 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.22 KB
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
60
{
"name": "isite",
"version": "2026.04.03",
"description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/absunstar/isite"
},
"keywords": [
"http",
"route",
"cookie",
"session",
"security",
"upload",
"download",
"master page",
"cache",
"memory",
"file",
"api",
"restful",
"framework",
"charts",
"fonts",
"arabic",
"mongodb"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Absunstar",
"email": "Absunstar@gmail.com"
},
"license": "UNLICENSED",
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"archiver": "^5.0.2",
"cheerio": "^1.1.2",
"eval": "^0.1.8",
"formidable": "^2.0.1",
"https-proxy-agent": "^7.0.6",
"md5": "^2.3.0",
"mongodb": "^6.10.0",
"mv": "^2.1.1",
"node-fetch": "^3.3.2",
"node-telegram-bot-api": "^0.67.0",
"nodemailer": "^8.0.5",
"pdf-lib": "^1.17.1",
"telegram": "^2.26.22",
"utf8": "^3.0.0",
"webp-converter": "^2.3.3",
"ws": "^8.18.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
}