-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 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
41
42
{
"name": "MarketQuote-Sync",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/server.js",
"lint": "npx eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"dependencies": {
"@vendia/serverless-express": "^4.12.6",
"axios": "^1.11.0",
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.18.0",
"multer": "^2.0.2",
"node-cron": "^4.2.1",
"nodemon": "^3.1.10",
"pg": "^8.16.3",
"sequelize": "^6.37.7",
"swagger-ui-express": "^5.0.1",
"upstox-js-sdk": "^2.20.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/eslint-parser": "^7.28.4",
"eslint": "^9.35.0",
"eslint-plugin-import": "^2.32.0"
}
}