-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 961 Bytes
/
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
{
"name": "toard",
"version": "1.0.0",
"description": "A text only bulletin board",
"main": "index.js",
"scripts": {
"start": "sh first-start.sh && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Yonle/Toard.git"
},
"keywords": [
"bulletin",
"board",
"bulletin-board",
"textonly",
"text",
"nojs",
"nojavascript"
],
"author": "Yonle <[email protected]>",
"license": "BSD-3-Clause",
"engines": {
"node": ">=16"
},
"bugs": {
"url": "https://github.com/Yonle/Toard/issues"
},
"homepage": "https://github.com/Yonle/Toard#readme",
"dependencies": {
"better-sqlite3": "^8.3.0",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"figlet": "^1.6.0",
"multer": "1.4.5-lts.1",
"sharp": "^0.32.0",
"whois": "^2.14.0"
}
}