-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 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
44
45
46
{
"name": "passweaver-api",
"version": "2.6.1",
"type": "module",
"description": "Collaborative password manager API",
"main": "passweaver-api.mjs",
"scripts": {
"test": "mocha --reporter spec",
"start": "node passweaver-api.mjs"
},
"author": "Stefano Rivoir",
"license": "MIT",
"devDependencies": {
"mocha": "11.7.5",
"standard": "17.1.2",
"superagent": "10.3.0"
},
"dependencies": {
"@google-cloud/kms": "5.4.0",
"@prisma/adapter-pg": "7.5.0",
"@prisma/client": "7.5.0",
"ajv": "8.18.0",
"bcrypt": "6.0.0",
"compression": "1.8.1",
"crockford-base32": "2.0.0",
"express": "5.2.1",
"express-rate-limit": "8.3.1",
"generate-password": "1.7.1",
"helmet": "8.1.0",
"jsonwebtoken": "9.0.3",
"ldapts": "8.1.7",
"morgan": "1.10.1",
"prom-client": "15.1.3",
"node-cache": "5.1.2",
"prisma": "7.5.0",
"redis": "5.11.0",
"rotating-file-stream": "3.2.9",
"uuidv7": "1.2.1",
"is-in-subnet": "4.0.1",
"is-cidr": "6.0.3",
"dateformat": "5.0.3"
},
"prisma": {
"seed": "node prisma/seed.cjs"
}
}