-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "session-server",
"version": "1.0.0",
"description": "The server for listing and advertising active sessions",
"homepage": "https://github.com/OpenMinerva/session-server#readme",
"bugs": {
"url": "https://github.com/OpenMinerva/session-server/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenMinerva/session-server.git"
},
"license": "UNLICENSED",
"author": "",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.5.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.3.1",
"drizzle-kit": "^0.31.7",
"drizzle-orm": "^0.44.7",
"ejs": "^3.1.10",
"express": "^5.1.0",
"jose": "^6.2.1",
"method-override": "^3.0.0",
"multer": "^2.0.2",
"sharp": "^0.34.5",
"winston": "^3.18.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.2.0",
"globals": "^17.5.0",
"prettier": "^3.8.2"
}
}