-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 833 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
36
{
"name": "stockpulse",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kKrishGupta/StockPulse.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/kKrishGupta/StockPulse/issues"
},
"homepage": "https://github.com/kKrishGupta/StockPulse#readme",
"dependencies": {
"axios": "^1.15.0",
"bull": "^4.16.5",
"cors": "^2.8.6",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"ioredis": "^5.10.1",
"mongoose": "^9.4.1",
"node-cron": "^4.2.1"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}