This repository was archived by the owner on Mar 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.58 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": "Cchan",
"version": "0.6.0",
"description": "Imageboard basado en voxed derivado de mikanchanv0",
"main": "app.js",
"dependencies": {
"@sweetalert2/theme-dark": "^5.0.7",
"@vitalets/google-translate-api": "^7.0.0",
"axios": "^0.21.4",
"bootstrap": "^3.4.1",
"cloudinary": "^1.27.0",
"compression": "^1.7.4",
"confusables": "^1.1.0",
"connect-mongo": "^4.4.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-minify": "^1.0.0",
"express-rate-limit": "^6.1.0",
"express-session": "^1.17.2",
"express-socket.io-session": "^1.3.5",
"ffmpeg-static": "^4.4.0",
"fluent-ffmpeg": "^2.1.2",
"html-entities": "^2.3.3",
"imgbb-uploader": "^1.3.3",
"imgbox": "github:kanmikan/imgbox",
"imgbox-js": "^1.0.35",
"imgur": "^1.0.2",
"jquery": "^3.6.0",
"mal-scraper": "^2.11.4",
"mingo": "^4.1.4",
"mongodb": "^3.6.4",
"node-cron": "^3.0.0",
"request": "^2.88.2",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.6.1",
"sharp": "^0.29.0",
"simple-csrf": "^1.0.1",
"socket.io": "^4.4.1",
"sweetalert2": "^11.1.10",
"unzalgo": "^3.0.0",
"uuid": "^8.3.2",
"vanilla-lazyload": "^17.5.0",
"youtube-node": "^1.3.3"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"engines": {
"node": "14.x"
},
"scripts": {
"watch": "nodemon ./app.js",
"start": "node app.js"
},
"keywords": [],
"author": "anon",
"license": "WTFPL"
}