-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 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": "laca-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"start-worker": "node services/redis/emailWorker.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayush00git/laca-site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayush00git/laca-site/issues"
},
"homepage": "https://github.com/ayush00git/laca-site#readme",
"dependencies": {
"bullmq": "^5.66.4",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"ioredis": "^5.9.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.0.1",
"nodemailer": "^7.0.12"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}