-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 738 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 738 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": "crosspay",
"version": "1.0.0",
"description": "CrossPay API back-end",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": ""
},
"engines": {
"node": "20"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"cors": "^2.8.5",
"date-and-time": "^3.1.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase-admin": "^12.1.0",
"flutterwave-node-v3": "^1.1.9",
"i18next": "^23.11.3",
"i18next-node-fs-backend": "^2.1.3",
"joi": "^17.13.1",
"nodemon": "^3.1.0",
"onesignal-node": "^3.4.0",
"uuid": "^9.0.1",
"winston": "^3.13.0"
},
"devDependencies": {
"standard": "^17.1.0"
}
}