-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"name": "sapi-password-manager",
"version": "1.0.0",
"description": "SAPI is a secure password manager API that allows users to securely store and manage their passwords. This api is provided with high security measures to prevent attacks, penetrations, and injection attacks.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-server": "nodemon ./API/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bibhestee/sapi-password-manager.git"
},
"author": "Alausa Abdulqoyum, Abdullah Abdulbasit",
"license": "ISC",
"bugs": {
"url": "https://github.com/bibhestee/sapi-password-manager/issues"
},
"homepage": "https://github.com/bibhestee/sapi-password-manager#readme",
"dependencies": {
"@treblle/express": "^0.0.6",
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mysql2": "^3.4.3",
"node": "^20.3.1",
"nodemon": "^2.0.22",
"redis": "^2.8.0",
"sequelize": "^6.32.1",
"uuid": "^9.0.0"
}
}