-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 851 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
31
32
33
34
35
{
"name": "compensation-api",
"version": "1.1.0",
"description": "The Compensation VR API.",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"start": "forever index.js",
"admin": "node administrator_dashboard.js",
"pull": "git pull && npm install",
"test": "node ."
},
"keywords": [],
"author": "SubsurfaceStudios",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.1131.0",
"bcryptjs": "^2.4.3",
"express": "^4.18.2",
"express-fileupload": "^1.2.1",
"express-rate-limit": "^6.7.0",
"fuse.js": "^6.5.3",
"jsonc-parser": "^3.3.1",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.5.0",
"node-cache": "^5.1.2",
"node-rsa": "^1.1.1",
"otplib": "^13.5.0",
"uuid": "^14.0.2",
"ws": "^8.13.0"
},
"devDependencies": {
"eslint": "^8.40.0"
}
}