-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 759 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 759 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
{
"name": "jserver",
"version": "1.0.0",
"description": "Node.js server Framework for dealing with HTTP/WebSocket applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tonic <beanfondue@gmail.com>",
"license": "MIT",
"dependencies": {
"@socket.io/redis-adapter": "^7.1.0",
"connect-redis": "^6.1.3",
"express": "^4.17.1",
"express-session": "^1.17.2",
"knex": "^1.0.3",
"linq": "^3.2.4",
"module-alias": "^2.2.2",
"mysql": "^2.18.1",
"redis": "^4.0.4",
"socket.io": "^4.4.1",
"uniqid": "^5.4.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.6.1"
},
"_moduleAliases": {
"@root": "",
"@src": "src"
}
}