-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.59 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
{
"name": "wikibeachia",
"version": "1.0.0",
"description": "A nice little wiki, for the summer time :D. This is clearly made with the idea of wikipedia and the whole of Summer of Making. So, yeah :)",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"sass": "sass --watch src/scss/:src/css/ --no-source-map",
"test": "node src/app.js -t",
"bots": "node wiki/bots/start.js",
"bot-test": "node wiki/bots/test.js",
"bot-status": "node wiki/bots/bot-manager.js status"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Null-Austin/WikiBeachia.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Null-Austin/WikiBeachia/issues"
},
"homepage": "https://github.com/Null-Austin/WikiBeachia#readme",
"dependencies": {
"bcrypt": "^6.0.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.7",
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"helmet": "^8.1.0",
"joi": "^17.13.3",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-image-lazy-loading": "^2.0.1",
"mime-types": "^3.0.1",
"multer": "^2.0.2",
"node-fetch": "^3.3.2",
"sass": "^1.89.2",
"sharp": "^0.34.3",
"sitemap": "^8.0.0",
"sqlite3": "^5.1.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@mdit/plugin-alert": "^0.22.2",
"@mdit/plugin-img-lazyload": "^0.22.1",
"@mdit/plugin-img-size": "^0.22.2",
"@mdit/plugin-mathjax": "^0.23.1"
}
}