-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 773 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 773 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
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"ctest": "jest --coverage",
"build": "netlify deploy --prod",
"start:netlify": "./node_modules/.bin/netlify-lambda serve src"
},
"author": "",
"license": "ISC",
"dependencies": {
"@vercel/blob": "^0.23.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.0",
"multer": "^1.4.5-lts.1",
"netlify-cli": "^17.29.0",
"netlify-lambda": "^2.0.16",
"nodemailer": "^6.9.14",
"serverless-http": "^3.2.0"
},
"devDependencies": {
"jest": "^29.7.0",
"supertest": "^7.0.0"
}
}