-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "blorum",
"version": "1.0.0",
"description": "To combine personal blog with public forum.",
"main": "main.cjs",
"scripts": {
"iapi": "node main.cjs --iapi-shell",
"start": "node main.cjs",
"install": "node install.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SorenEricMent/blorum.git"
},
"keywords": [
"blog",
"nodejs",
"forum"
],
"author": "Winslow S.E.M.",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/SorenEricMent/blorum/issues"
},
"homepage": "https://github.com/SorenEricMent/blorum#readme",
"dependencies": {
"@noble/hashes": "^1.1.3",
"body-parser": "^1.20.0",
"commonjs": "^0.0.1",
"express": "^4.19.2",
"express-fileupload": "^1.4.0",
"inquirer": "^9.0.0",
"ioredis": "^5.1.0",
"mysql2": "^3.9.8",
"nodemailer": "^6.7.7",
"quick-stable-stringify": "^0.1.8",
"simdjson": "^0.9.2",
"slow-json-stringify": "^2.0.1",
"uuid": "^8.3.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^8.23.1"
}
}