-
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) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 739 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": "authservice",
"version": "1.0.0",
"description": "authentication and authorization",
"main": "index.js",
"scripts": {
"start": "npx nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futoid/authService.git"
},
"author": "aliek mandal",
"license": "ISC",
"bugs": {
"url": "https://github.com/futoid/authService/issues"
},
"homepage": "https://github.com/futoid/authService#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.2.4",
"nodemon": "^2.0.22",
"sequelize": "^6.31.1",
"sequelize-cli": "^6.6.0"
}
}