forked from Metastem/Wikiless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 847 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 847 Bytes
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": "Wikiless",
"version": "0.1.4",
"description": "A free open source alternative Wikipedia front-end focused on privacy.",
"main": "src/wikiless.js",
"dependencies": {
"body-parser": "^2.2.0",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"express": "^5.1.0",
"got": "^14.4.7",
"node-html-parser": "^7.0.1",
"redis": "^5.8.2",
"express-rate-limit": "^8.0.1",
"lusca": "^1.7.0",
"connect-redis": "^9.0.0",
"express-session": "^1.18.2"
},
"devDependencies": {
"jest": "^30.1.1",
"redis-mock": "^0.56.3",
"supertest": "^7.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/wikiless.js"
},
"repository": {
"type": "git",
"url": "https://github.com/V4NT-ORG/Wikiless"
},
"license": "AGPL v3.0"
}