-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "mockit",
"version": "1.0.0",
"main": "netlify/functions/serverless/serverless.js",
"type": "commonjs",
"engines": {
"node": "22.14"
},
"scripts": {
"start": "nodemon src/serverless.js",
"dev": "netlify dev",
"build": "npm install"
},
"dependencies": {
"@huggingface/inference": "^2.8.0",
"@netlify/functions": "^2.8.1",
"@types/express": "^4.17.21",
"bcryptjs": "^3.0.2",
"connect-redis": "^8.0.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"express": "5.0.0",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"rate-limit-redis": "^4.2.0",
"redis": "^4.7.0",
"serverless-http": "^3.2.0",
"session-file-store": "^1.5.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}