-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 737 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
{
"name": "single-active-session",
"version": "1.0.0",
"description": "\"# Single-Active-Session\"",
"main": "server.js",
"scripts": {
"dev": "nodemon ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dilshodbek-yoqubjonov/Single-Active-Session.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dilshodbek-yoqubjonov/Single-Active-Session/issues"
},
"homepage": "https://github.com/dilshodbek-yoqubjonov/Single-Active-Session#readme",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"ioredis": "^5.4.2",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}