-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·87 lines (87 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·87 lines (87 loc) · 2.32 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "bluesprint_erp_backend",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"start": "node dist/app.js && node dist/server.js",
"dev": "nodemon src/app.ts && nodemon src/server.ts",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bolu1/bluesprint_erp_backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bolu1/bluesprint_erp_backend/issues"
},
"homepage": "https://github.com/Bolu1/bluesprint_erp_backend#readme",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.1",
"@types/config": "^0.0.39",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"@types/lodash": "^4.14.175",
"@types/nanoid": "^3.0.0",
"@types/node": "^16.11.1",
"@types/pino": "^6.3.11",
"@types/response-time": "^2.3.5",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^1.2.4",
"bcrypt": "^5.0.1",
"cloudinary": "^1.32.0",
"colors": "^1.4.0",
"config": "^3.3.6",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.4.0",
"fcm-notification": "^2.0.0",
"firebase-admin": "^11.4.1",
"flutterwave-node-v3": "^1.0.12",
"haversine-distance": "^1.2.1",
"helmet": "^5.0.2",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.3.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nanoid": "^3.1.30",
"nodemailer": "^6.7.2",
"nodemailer-mailgun-transport": "^2.1.4",
"nodemon": "^2.0.15",
"pino": "^7.0.2",
"pino-pretty": "^7.1.0",
"prom-client": "^14.0.0",
"request": "^2.88.2",
"response-time": "^2.3.2",
"sharp": "^0.30.7",
"socket.io": "^4.5.4",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"twilio": "^3.83.4",
"winston": "^3.8.0",
"xlsx": "^0.18.5",
"xss-clean": "^0.1.1",
"zod": "^3.9.8"
},
"engines": {
"node": "15.x"
}
}